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
87705271
Commit
87705271
authored
Sep 10, 2021
by
Laura A DeCicco
Browse files
simple code mistake
parent
aed125e7
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/pkgdown.yaml
View file @
87705271
...
...
@@ -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("maptools", "maps", "patchwork")
install.packages(
c(
"maptools", "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