Skip to content

Commit

Permalink
rm extractr, onmsR dependencies
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/noaa-onms/climate-dashboard

# Conflicts:
#	scripts/make_pages.R
  • Loading branch information
bbest committed Nov 7, 2023
2 parents 186658f + 75856f1 commit 4dd3350
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/make_pages.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
if (!"librarian" %in% installed.packages()[,1])
install.packages("librarian")
librarian::shelf(
dplyr, extractr, fs, glue, here, rmarkdown, sf, stringr)
dplyr,
# marinebon/extractr,
fs, glue, here,
# "noaa-onms/onmsR",
rmarkdown, sf, stringr)
source(here("scripts/functions.R"))

dir_delete(here("docs"))
Expand Down

0 comments on commit 4dd3350

Please sign in to comment.