Skip to content

Commit

Permalink
GHA: follow NLMR approach used for R CMD Check
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 16, 2024
1 parent 38a7a04 commit e57bb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
local::.
fastshp=?ignore
NLMR=?ignore
PredictiveEcology/Require@development
PredictiveEcology/reproducible@development
PredictiveEcology/SpaDES.tools@development
needs: website

- name: Install additional package dependencies
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
extra-packages: |
any::cffr
any::V8
fastshp=?ignore
NLMR=?ignore
- name: Install additional package dependencies
run: |
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}

- name: Update CITATION.cff
run: |
Expand Down

0 comments on commit e57bb64

Please sign in to comment.