We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319da68 commit 98d45d7Copy full SHA for 98d45d7
.github/workflows/check/action.yml
@@ -9,6 +9,8 @@ runs:
9
steps:
10
- uses: r-lib/actions/check-r-package@v2
11
with:
12
+ # Fails on R 3.6 on Windows, remove when this job is removed?
13
+ args: 'c("--no-manual", "--as-cran", "--no-multiarch")'
14
error-on: ${{ env.RCMDCHECK_ERROR_ON || '"note"' }}
15
16
- name: Run coverage check
0 commit comments