Skip to content

Commit

Permalink
Update rcmdcheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiDE authored Jan 15, 2024
1 parent ea2e4f7 commit 1f259df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rcmdcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
error_on: ${{ env.RCMDCHECK_ERROR_ON || 'error,warning' }}

- name: Install dependencies (Non-Win)
if: runner.os != 'windows'
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, cran/[email protected], cran/[email protected]
needs: check
error_on: ${{ env.RCMDCHECK_ERROR_ON || 'error,warning' }}

- name: Install RF
if: ${{ matrix.config.r != 'oldrel-1' }}
Expand All @@ -66,4 +68,4 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
upload-snapshots: true

0 comments on commit 1f259df

Please sign in to comment.