Skip to content

Commit

Permalink
add DT, plotly, future deps
Browse files Browse the repository at this point in the history
  • Loading branch information
calderonsamuel committed Nov 18, 2024
1 parent 04fba9c commit 381ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/01_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install.packages("pak")

pak::pkg_install(
c(
c("shiny", "bslib", "tidyverse", "data.table", "fst", "arrow", "profvis"), # For app
c("shiny", "bslib", "tidyverse", "data.table", "fst", "arrow", "profvis", "DT", "plotly", "future"), # For app
c("rsconnect", "cpp11", "progress") # For deployment
)
)

0 comments on commit 381ee76

Please sign in to comment.