Skip to content

Commit eb779b2

Browse files
committed
test again, but with new Bioconductor release
1 parent d49f253 commit eb779b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if (!require("BiocManager", quietly = TRUE))
33
install.packages("BiocManager")
44
## update installed packages
5-
BiocManager::install(version = "3.21")
5+
BiocManager::install(version = "3.22", ask = FALSE)
66

77
pkgs <- c(
88
"RCurl",

0 commit comments

Comments
 (0)