Skip to content

Commit

Permalink
bioconductor 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 16, 2024
1 parent 748edc1 commit c3fe5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/R/bioconductor.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library(devtools)
for (package in packages) {
tryCatch(
{
BiocManager::install(package, version='3.19')
BiocManager::install(package, version='3.18')
},
error = function(e) {
cat("Error occurred during package installation:\n")
Expand Down

0 comments on commit c3fe5b4

Please sign in to comment.