Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Dec 31, 2024
1 parent 0077066 commit 5cf2dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/scripts/R/bioconductor.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ packages <- c(

# install package from Bioconductor and quit with error if installation fails
library(devtools)
BiocManager::install(version = '3.19')

for (package in packages) {
tryCatch(
{
Expand Down

0 comments on commit 5cf2dce

Please sign in to comment.