Skip to content

Commit 8c78ab6

Browse files
Don't force suggeest anywhere to make R CMD Check pass for R < 3.5 where data.tree is not installed
1 parent f1d097c commit 8c78ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3333
RSPM: ${{ matrix.config.rspm }}
3434
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
35-
35+
_R_CHECK_FORCE_SUGGESTS_: false
3636
steps:
3737
- uses: actions/checkout@v2
3838

0 commit comments

Comments
 (0)