Skip to content

Commit

Permalink
spatial dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antuki committed Jul 3, 2024
1 parent c09c1cc commit 689aabc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install CARTElette (sinon bug vignette)
- name: Install spatial and CARTElette (sinon bug vignette)
run: |
Rscript -e 'install.packages(c("remotes"))'
Rscript -e 'install.packages("remotes")'
Rscript -e 'install.packages("sf")'
Rscript -e 'install.packages("terra")'
Rscript -e 'install.packages("mapview")'
Rscript -e 'remotes::install_github("antuki/CARTElette/CARTElette@RPackage")'
- name: Build site
Expand Down

0 comments on commit 689aabc

Please sign in to comment.