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 8f6f2e9 commit c1ad92eCopy full SHA for c1ad92e
.github/workflows/check-full.yaml
@@ -51,10 +51,12 @@ jobs:
51
52
- uses: r-lib/actions/setup-r-dependencies@v2
53
with:
54
- extra-packages: any::rcmdcheck, data.tree=?ignore-before-r=3.5.0
+ extra-packages: any::rcmdcheck
55
needs: check
56
57
- uses: r-lib/actions/check-r-package@v2
58
+ with:
59
+ error-on: '"note"'
60
env:
61
_R_CHECK_FORCE_SUGGESTS_: false
62
.github/workflows/html-5-check.yaml
0 commit comments