Skip to content

Commit 0eef283

Browse files
authored
changed biocondcutor mirror
1 parent c743246 commit 0eef283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/r-modules/generate-r-packages.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if ("release" %in% biocVersion$BiocStatus) {
1212
biocVersion <- max(as.numeric(as.character(biocVersion$Bioc)))
1313
}
1414

15-
mirrorUrls <- list( bioc=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/bioc/src/contrib/")
16-
, "bioc-annotation"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/data/annotation/src/contrib/")
17-
, "bioc-experiment"=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/data/experiment/src/contrib/")
15+
mirrorUrls <- list( bioc=paste0("http://bioconductor.org/packages/", biocVersion, "/bioc/src/contrib/")
16+
, "bioc-annotation"=paste0("http://bioconductor.org/packages/", biocVersion, "/data/annotation/src/contrib/")
17+
, "bioc-experiment"=paste0("http://bioconductor.org/packages/", biocVersion, "/data/experiment/src/contrib/")
1818
, cran="https://cran.r-project.org/src/contrib/"
1919
)
2020

0 commit comments

Comments
 (0)