Skip to content

Commit

Permalink
rgdal added as dep to github actions worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
tlorusso committed Feb 4, 2021
1 parent cf26531 commit fcb491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages(c("pkgdown", "dplyr", "tidyr", "magrittr", "tidyr","ggplot2","RSwissMaps", "knitr","sf","viridis"), type = "binary")
install.packages(c("pkgdown", "dplyr", "tidyr", "magrittr", "tidyr","ggplot2","RSwissMaps", "knitr","sf","viridis","rgdal"), type = "binary")
remotes::install_github("politanch/swissdd", ref="dev")
shell: Rscript {0}

Expand Down

0 comments on commit fcb491f

Please # to comment.