Skip to content

Commit

Permalink
use pak wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Apr 11, 2024
1 parent 2d58107 commit 2514124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install_r_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ install.packages("pak")

# Packages to install
install_pkgs <- c(
"boehringer-ingelheim/davinci",
"rcmdcheck",
"roxygen2"
"boehringer-ingelheim/davinci"
# "rcmdcheck",
# "roxygen2"
)

# Install davinci package
pak::pkg_install(
pak::pak(
pkg = install_pkgs,
dependencies = TRUE,
ask = FALSE,
Expand Down

0 comments on commit 2514124

Please sign in to comment.