We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49f253 commit eb779b2Copy full SHA for eb779b2
1 file changed
dockerfiles/R/install.R
@@ -2,7 +2,7 @@
2
if (!require("BiocManager", quietly = TRUE))
3
install.packages("BiocManager")
4
## update installed packages
5
-BiocManager::install(version = "3.21")
+BiocManager::install(version = "3.22", ask = FALSE)
6
7
pkgs <- c(
8
"RCurl",
0 commit comments