Skip to content

Commit

Permalink
Fix to pkdown YAML to also install dggrids and INLA
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzm committed May 3, 2023
1 parent 878f4ce commit aaa32e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
use-public-rspm: true

- name: Install dggrids and INLA
run: |
Rscript -e "install.packages('INLA', repos=c(getOption('repos'), INLA='https://inla.r-inla-download.org/R/stable'), dep=TRUE)"
Rscript -e "install.packages('dggrids', repos=c(getOption('repos'), dggrids='https://andrewzm.github.io/dggrids-repo/'), dep=TRUE)"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit aaa32e3

Please sign in to comment.