Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jwucouncil committed Apr 11, 2024
2 parents 16de04e + 9ce161f commit 6f360d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/00_load_dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#'
#' IF YOU DO NOT WANT TO INSTALL ANY OF THESE PACKAGES, DO NOT RUN THIS CODE.

list.of.packages <- c("tidyverse", "janitor","sf","readxl","jsonlite","stringr","ggiraph","mapview","RSocrata","geojsonsf","sf","leaflet","leaflet.extras","htmltools","scales","classInt")
list.of.packages <- c("tidyverse", "janitor","sf","readxl","jsonlite","stringr","ggiraph","mapview","RSocrata","geojsonsf","sf","leaflet","leaflet.extras","htmltools","scales","classInt", "readxl", "tigris",
"patchwork")

# checks if packages has been previously installed
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
Expand Down

0 comments on commit 6f360d9

Please sign in to comment.