Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelVias committed Sep 6, 2024
1 parent cc2a9b9 commit 753847d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2
env:
_R_CHECK_FORCE_SUGGESTS_: false
R_BUILD_ARGS: --no-build-vignettes --no-manual
R_CHECK_ARGS: --no-build-vignettes --no-manual --as-cran
with:
upload-snapshots: true
args: 'c("--no-build-vignettes", "--no-manual")'
if: runner.os == 'Windows'

0 comments on commit 753847d

Please sign in to comment.