Skip to content

Commit

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

# Packages to install
install_pkgs <- c(
"boehringer-ingelheim/davinci"
# "rcmdcheck",
# "roxygen2"
"boehringer-ingelheim/davinci",
"rcmdcheck",
"roxygen2",
"lintr",
"pkgdown",
"devtools",
"pharmaverseadam",
"shinytest2"
)

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

0 comments on commit d666b6e

Please sign in to comment.