Skip to content

Commit

Permalink
don't fail on notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Nov 22, 2024
1 parent ebc9df1 commit 059fab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
- name: Check R package
run: |
R CMD check --no-manual --as-cran > check.log 2>&1 || true
grep -q -E "WARNING" check.log && exit 1 || true

0 comments on commit 059fab6

Please sign in to comment.