Skip to content

Commit

Permalink
Update revdeps.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jun 17, 2024
1 parent f05b961 commit f97a604
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/revdeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ jobs:
r-version: ${{ matrix.config.r }}
use-public-rspm: false

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
any::rcmdcheck
PredictiveEcology/reproducible@development
fastshp=?ignore
NLMR=?ignore
needs: check

- name: Install additional package dependencies
run: |
pak::pkg_install("PredictiveEcology/reproducible@development")
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}
Expand Down

0 comments on commit f97a604

Please sign in to comment.