Skip to content

Commit

Permalink
use my own R CMD CHECK command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Deane-Mayer committed Jun 26, 2024
1 parent 183f787 commit 82586d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,4 @@ 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")'
- run: make check-cran
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ License: MIT + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 7.3.1
LazyData: true
Encoding: UTF-8

0 comments on commit 82586d1

Please sign in to comment.