Skip to content

Commit 20fa48e

Browse files
committed
Update for R 4.5.x series
1 parent caba124 commit 20fa48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ library(DT)
55

66
source_base <- "https://cran.r-project.org/web/packages/"
77
contrib_base <- "https://repo.r-wasm.org/bin/emscripten/contrib/"
8-
versions <- c("4.2.x" = "4.2", "4.3.x" = "4.3", "4.3.3" = "4.3.3", "4.4.x" = "4.4")
8+
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")
99

1010
ui <- page_sidebar(
1111
title = h1("WebR binary R package repository"),
@@ -20,11 +20,11 @@ ui <- page_sidebar(
2020
p(
2121
class = "lead",
2222
"This CRAN-like repository contains R packages compiled to WebAssembly for use with webR. Set this page's URL as the named",
23-
code("repos"), "argument when using the", code("webr::install()"),
23+
code("repos"), "argument when using the", code("install.packages()"),
2424
"command to use this repository as the source for downloading binary R packages."
2525
),
2626
p(
27-
"By default, ", code("webr::install()"), "will use the public repository hosted at",
27+
"By default, ", code("install.packages()"), "will use the public repository hosted at",
2828
a(href = "https://repo.r-wasm.org/", "https://repo.r-wasm.org/"),
2929
". See the", a(href = "https://docs.r-wasm.org/webr/latest/packages.html", "webR documentation"),
3030
"for further information about webR."

0 commit comments

Comments
 (0)