Skip to content

Commit

Permalink
rm onmsR dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Nov 7, 2023
1 parent 1aeb148 commit 186658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_pages.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (!"librarian" %in% installed.packages()[,1])
install.packages("librarian")
librarian::shelf(
dplyr, extractr, fs, glue, here, onmsR, rmarkdown, sf, stringr)
dplyr, extractr, fs, glue, here, rmarkdown, sf, stringr)
source(here("scripts/functions.R"))

dir_delete(here("docs"))
Expand Down

0 comments on commit 186658f

Please sign in to comment.