From 4054c835bb8c2bbf4e2b86b9d53d0945322255f0 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Tue, 24 Jun 2025 13:58:45 -0700 Subject: [PATCH] Add version 4.5 to side menu selection --- app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.R b/app.R index d62b2c3..da7816e 100644 --- a/app.R +++ b/app.R @@ -5,7 +5,7 @@ library(DT) source_base <- "https://cran.r-project.org/web/packages/" contrib_base <- "https://repo.r-wasm.org/bin/emscripten/contrib/" -versions <- c("4.2.x" = "4.2", "4.3.x" = "4.3", "4.3.3" = "4.3.3", "4.4.x" = "4.4") +versions <- c("4.2.x" = "4.2", "4.3.x" = "4.3", "4.3.3" = "4.3.3", "4.4.x" = "4.4", "4.5.x" = "4.5") ui <- page_sidebar( title = h1("WebR binary R package repository"),