rPackages Bioc: changed mirror from Dortmund to main

This commit is contained in:
Bruno Rodrigues 2024-05-03 15:30:12 +02:00 committed by Justin Bedo
parent abbbac6070
commit d44a08dd65
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -12,9 +12,9 @@ if ("release" %in% biocVersion$BiocStatus) {
biocVersion <- max(as.numeric(as.character(biocVersion$Bioc)))
}
mirrorUrls <- list( bioc=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/bioc/src/contrib/")
, "bioc-annotation"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/data/annotation/src/contrib/")
, "bioc-experiment"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/data/experiment/src/contrib/")
mirrorUrls <- list( bioc=paste0("http://bioconductor.org/packages/", biocVersion, "/bioc/src/contrib/")
, "bioc-annotation"=paste0("http://bioconductor.org/packages/", biocVersion, "/data/annotation/src/contrib/")
, "bioc-experiment"=paste0("http://bioconductor.org/packages/", biocVersion, "/data/experiment/src/contrib/")
, cran="https://cran.r-project.org/src/contrib/"
)