We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ae12e0 + 93010c2 commit c13b035Copy full SHA for c13b035
1 file changed
R/bioc.R
@@ -95,7 +95,7 @@ bioconductor <- local({
95
config_url <- function() {
96
Sys.getenv(
97
"R_BIOC_CONFIG_URL",
98
- "https://bioconductor.org/config.yaml"
+ "https://bioconductor.posit.co/config.yaml"
99
)
100
}
101
@@ -309,7 +309,7 @@ bioconductor <- local({
309
} else {
310
bioc_version <- package_version(bioc_version)
311
312
- mirror <- Sys.getenv("R_BIOC_MIRROR", "https://bioconductor.org")
+ mirror <- Sys.getenv("R_BIOC_MIRROR", "https://bioconductor.posit.co")
313
mirror <- getOption("BioC_mirror", mirror)
314
repos <- c(
315
BioCsoft = "{mirror}/packages/{bv}/bioc",
0 commit comments