Skip to content

Commit

Permalink
Update install_dependencies.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaob1201 authored Nov 4, 2024
1 parent bcca03b commit 83d7edb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install_dependencies.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# install_dependencies.R
required_packages <- c("testthat", "dplyr", "httr","lubridate",
"jsonlite","zoo","ggplot2","scales",
'shiny','leaflet','shinydashboard','shinyWidgets','flexdashboard',
'gridExtra')

required_packages <- c("testthat", "dplyr", "httr") # Add only the packages you need

# Install packages if not already installed
for (pkg in required_packages) {
if (!requireNamespace(pkg, quietly = TRUE)) {
install.packages(pkg)
Expand Down

0 comments on commit 83d7edb

Please sign in to comment.