Skip to content

Commit

Permalink
Update r-cmd-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored Jan 6, 2023
1 parent 5cfc0c9 commit 6d21f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
#Install dependencies
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::XML
needs: check
cache-version: 5
#Check R Package
- name: Check R package
uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 6d21f33

Please sign in to comment.