Skip to content

Commit 42723f9

Browse files
GA: Test with R 4.0.0
1 parent 7e43f59 commit 42723f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ jobs:
1414
config:
1515
- { os: windows-latest, r: '3.5'}
1616
- { os: windows-latest, r: '3.6'}
17+
- { os: windows-latest, r: '4.0'}
1718
- { os: windows-latest, r: 'devel'}
1819
- { os: macOS-latest, r: '3.5'}
1920
- { os: macOS-latest, r: '3.6'}
21+
- { os: macOS-latest, r: '4.0'}
2022
- { os: macOS-latest, r: 'devel'}
2123
- { os: ubuntu-16.04, r: '3.4', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2224
- { os: ubuntu-16.04, r: '3.5', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2325
- { os: ubuntu-16.04, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
26+
- { os: ubuntu-16.04, r: '4.0', cran: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
2427

2528
env:
2629
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

0 commit comments

Comments
 (0)