Skip to content

Commit ed16b6e

Browse files
R 3.6 produces a note, so can fail on warning, not just error
1 parent f6b6b3b commit ed16b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- uses: r-lib/actions/check-r-package@v2
5757
with:
5858
upload-snapshots: true
59-
error-on: 'ifelse(getRversion() > 3.6, "error", "note")'
59+
error-on: 'ifelse(getRversion() > 3.6, "warning", "note")'
6060
env:
6161
_R_CHECK_FORCE_SUGGESTS_: false

0 commit comments

Comments
 (0)