Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Water
dataRetrieval
Commits
b6ac82f4
Commit
b6ac82f4
authored
Sep 11, 2021
by
Laura A DeCicco
Browse files
need leaflet
parent
f2609995
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/pkgdown.yaml
View file @
b6ac82f4
...
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Install pak and query dependencies
run
:
|
install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")
install.packages(c("zoo", "maps", "patchwork"))
install.packages(c(
"leaflet",
"zoo", "maps", "patchwork"))
saveRDS(pak::pkg_deps("local::.", dependencies = TRUE), ".github/r-depends.rds")
shell
:
Rscript {0}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment