Skip to content

Commit

Permalink
Suppress manual check
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent 6a77866 commit 20a1674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run R CMD check
shell: bash -l {0}
run: |
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1) --no-manual
env:
_R_CHECK_CRAN_INCOMING_: false
- name: Check for warnings
Expand Down

0 comments on commit 20a1674

Please sign in to comment.