Skip to content

Commit

Permalink
Updated BioC versions from 3.16 to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Oct 11, 2023
1 parent b544d85 commit 059bd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exec/make_app_from_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ if (opt$deploy_app) {
print("Updating BioC packages as will be required for shinyapps.io deployment")

library(BiocManager)
options(repos = BiocManager::repositories(version = '3.16'))
options(repos = BiocManager::repositories(version = '3.17'))
ood <- data.frame(BiocManager::valid()$out_of_date)
ood_packages <- ood[grep('bioconductor', ood$Repository), 'Package']

dir.create('libs', showWarnings = FALSE)
.libPaths('libs')

BiocManager::install(ood_packages, version = "3.16", update = TRUE, ask = FALSE, lib = 'libs')
BiocManager::install(ood_packages, version = "3.17", update = TRUE, ask = FALSE, lib = 'libs')
}

library(shinyngs)
Expand Down

0 comments on commit 059bd5a

Please sign in to comment.