Skip to content

Commit

Permalink
add janitor to .rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
romartinez-nycc committed Oct 9, 2024
1 parent 160135d commit cfd2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/councilverse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
comment = "#>"
)
list.of.packages <- c("tidyverse", "leaflet")
list.of.packages <- c("tidyverse", "leaflet", "janitor")
# 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 cfd2b46

Please sign in to comment.