Skip to content

Commit f4ed652

Browse files
authored
Update R-CMD-check.yaml
use r-lib Standard CI workflow
1 parent f24082a commit f4ed652

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
config:
22-
# - {os: macOS-latest, r: 'devel'}
23-
- {os: macOS-latest, r: 'release'}
2422
- {os: windows-latest, r: 'release'}
25-
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
26-
- {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
23+
- {os: macOS-latest, r: 'release'}
24+
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
25+
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
2726
env:
2827
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
2928
RSPM: ${{ matrix.config.rspm }}

0 commit comments

Comments
 (0)