We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3d632 commit f0fa666Copy full SHA for f0fa666
.github/workflows/pkgdown.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
options(pkgType = "binary")
33
- install.packages(c("remotes", "dplyr", "purrr", "ggplot2", "maptools", "sp", "maps", "rgdal", "leaflet", "sf", "zoo", "units", "udunits2"))
+ install.packages(c("remotes", "dplyr", "purrr", "ggplot2", "maptools", "sp", "maps", "rgdal", "leaflet", "sf", "zoo", "udunits2"))
34
remotes::install_deps(dependencies = TRUE)
35
remotes::install_dev("pkgdown")
36
shell: Rscript {0}
0 commit comments