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.
tools::R_user_dir()
1 parent c476334 commit db26b5fCopy full SHA for db26b5f
.github/workflows/check-full.yaml
@@ -56,6 +56,6 @@ jobs:
56
- uses: r-lib/actions/check-r-package@v2
57
with:
58
upload-snapshots: true
59
- error-on: '"note"'
+ error-on: 'ifelse(getRversion() > 3.6, "error", "note")'
60
env:
61
_R_CHECK_FORCE_SUGGESTS_: false
0 commit comments