Skip to content

Commit d8a14c9

Browse files
GA: Check with --as-cran
1 parent 42723f9 commit d8a14c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
Rscript -e "install.packages('progressr')" ## 'self' vignette engine
6666
6767
- name: Check
68-
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'warning', check_dir = 'check')"
68+
run: Rscript -e "rcmdcheck::rcmdcheck(args = c('--as-cran', '--no-manual'), error_on = 'warning', check_dir = 'check')"
6969

7070
- name: Upload check results
7171
if: failure()

0 commit comments

Comments
 (0)