Skip to content

Commit

Permalink
Update .github/workflows/R-CMD-CHECK-renv.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Shapiro <[email protected]>
  • Loading branch information
sjspielman and jashapiro authored Nov 12, 2024
1 parent a98f6b3 commit 4560207
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/R-CMD-CHECK-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- name: Set up renv and install packages
uses: r-lib/actions/setup-renv@v2

- name: Install additional dependencies needed to check the package
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- name: Install additional dependencies for testing
run: |
install.packages("rcmdcheck")
shell: Rscript {0}

- name: Check package
uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 4560207

Please sign in to comment.