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