We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03d150 commit 26e39cfCopy full SHA for 26e39cf
.github/workflows/R-CMD-check.yaml
@@ -24,6 +24,7 @@ jobs:
24
config:
25
- {os: windows-latest, r: 'release'}
26
- {os: macOS-latest, r: 'release'}
27
+ - {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
28
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
29
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
30
0 commit comments