Skip to content

Commit

Permalink
Merge pull request #5 from Boehringer-Ingelheim/4-update-ci-image-wit…
Browse files Browse the repository at this point in the history
…h-dvlistings-deps

add dv.listings deps
  • Loading branch information
sorinvoicu authored Mar 29, 2024
2 parents a33a79a + 5df42cf commit 7af0cce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/install_r_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ install_pkgs <- c(
"shinyjs",
"AzureAuth",
"pharmaverseadam",
"DT"
"DT",
"openxlsx",
"shinyFeedback"
)

# Install packages
pak::pak(
pkg = install_pkgs,
dependencies = TRUE,
ask = FALSE,
pkg = install_pkgs,
dependencies = TRUE,
ask = FALSE,
upgrade = FALSE
)

0 comments on commit 7af0cce

Please sign in to comment.