summary refs log tree commit diff
diff options
context:
space:
mode:
authorJake Gillberg <jake.gillberg@protonmail.com>2021-05-06 08:45:45 -0400
committerJake Gillberg <jake.gillberg@protonmail.com>2021-05-06 08:47:56 -0400
commit758b17a0f50f1a4dd5ab762080f119a09f9d0b51 (patch)
treea244469d182c76edaa13de289d6c7d9cd5a1adbe
parentf695a3eb1c15f86d41f4f23a89cc5bf74fd85bfd (diff)
downloadnixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar.gz
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar.bz2
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar.lz
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar.xz
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.tar.zst
nixpkgs-758b17a0f50f1a4dd5ab762080f119a09f9d0b51.zip
bump bioc in generate-r-packages
-rwxr-xr-xpkgs/development/r-modules/generate-r-packages.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/r-modules/generate-r-packages.R b/pkgs/development/r-modules/generate-r-packages.R
index 510eccd3f40..da9e0970b0f 100755
--- a/pkgs/development/r-modules/generate-r-packages.R
+++ b/pkgs/development/r-modules/generate-r-packages.R
@@ -3,7 +3,7 @@ library(data.table)
 library(parallel)
 cl <- makeCluster(10)
 
-biocVersion <- 3.11
+biocVersion <- 3.12
 snapshotDate <- Sys.Date()-1
 
 mirrorUrls <- list( bioc=paste0("http://bioconductor.statistik.tu-dortmund.de/packages/", biocVersion, "/bioc/src/contrib/")