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
4bec7544
Unverified
Commit
4bec7544
authored
Jul 07, 2021
by
Laura A DeCicco
Committed by
GitHub
Jul 07, 2021
Browse files
Merge pull request #578 from ldecicco-USGS/master
Using patchwork
parents
b40130e2
a527f431
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/pkgdown.yaml
View file @
4bec7544
...
...
@@ -30,7 +30,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
options(pkgType = "binary")
install.packages(c("remotes", "dplyr", "purrr", "ggplot2", "maptools", "sp", "maps", "rgdal", "leaflet", "sf", "zoo", "udunits2"))
install.packages(c("remotes", "dplyr", "purrr", "ggplot2", "maptools", "sp", "maps", "rgdal", "leaflet", "sf", "zoo", "udunits2"
, "patchwork"
))
remotes::install_deps(dependencies = TRUE)
remotes::install_dev("pkgdown")
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