Skip to content

Commit 7376cf4

Browse files
Merge pull request #660 from lorenzwalthert/issue-659
- Fix GitHub Actions for R < 3.5 (#660).
2 parents f1d097c + 8c78ab6 commit 7376cf4

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)