Skip to content

Commit f2a7f06

Browse files
committed
Use arch postfix for r-universe
1 parent 4d46f1e commit f2a7f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/Rprofile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local({
44
distro <- system2('lsb_release', '-sc', stdout = TRUE)
55
options(repos = c(
66
P3M = sprintf("https://p3m.dev/all/__linux__/%s/latest", distro),
7-
BIOC = sprintf("https://bioc.r-universe.dev/bin/linux/%s/%s", distro, r_branch),
7+
BIOC = sprintf("https://bioc.r-universe.dev/bin/linux/%s-%s/%s", distro, R.version$arch, r_branch),
88
BioCsoft = "https://bioconductor.posit.co/packages/devel/bioc",
99
BioCann = "https://bioconductor.posit.co/packages/devel/data/annotation",
1010
BioCexp = "https://bioconductor.posit.co/packages/devel/data/experiment"

0 commit comments

Comments
 (0)