Skip to content

Commit

Permalink
pak::pkg_install seems to be choking?
Browse files Browse the repository at this point in the history
  • Loading branch information
lianos committed Sep 17, 2024
1 parent a411de3 commit 00a392b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions facilebio_base/base-packages-install.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ installed.pkgs <- rownames(installed.packages())
required.pkgs <- readLines("/tmp/base-packages.txt")
install.me <- setdiff(required.pkgs, installed.pkgs)

# BiocManager::install(install.me, update = FALSE, ask = FALSE)
pak::pkg_install(install.me, upgrade = TRUE, ask = FALSE)
# pak::pkg_install(install.me, upgrade = TRUE, ask = FALSE)
BiocManager::install(install.me, update = FALSE, ask = FALSE)

0 comments on commit 00a392b

Please sign in to comment.