Skip to content

Commit db26b5f

Browse files
fail on error only for R > 3.6 since tools::R_user_dir() was introduced after
1 parent c476334 commit db26b5f

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: '"note"'
59+
error-on: 'ifelse(getRversion() > 3.6, "error", "note")'
6060
env:
6161
_R_CHECK_FORCE_SUGGESTS_: false

0 commit comments

Comments
 (0)