Skip to content

Commit

Permalink
Drop "--no-manual" flag from rcmdcheck's arg param
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed Dec 4, 2024
1 parent 5fa9886 commit 84bd28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Checks
run: |
rcmdcheck::rcmdcheck(
args = c("--no-manual", "--as-cran"),
args = c("--as-cran"),
error_on="warning"
)
shell: Rscript {0}
Expand Down

0 comments on commit 84bd28d

Please sign in to comment.