Skip to content

Commit

Permalink
update checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 7, 2024
1 parent c77eec1 commit 07511e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/R-CMD-as-cran-check.yaml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'
check-dir: '"check"'

0 comments on commit 07511e5

Please sign in to comment.