We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46024ff commit a909856Copy full SHA for a909856
.github/workflows/R-CMD-check.yaml
@@ -41,7 +41,7 @@ jobs:
41
- {os: macOS-latest, r: '3.6'}
42
- {os: windows-latest, r: '4.1'}
43
- {os: windows-latest, r: '4.0'}
44
- - {os: windows-latest, r: '3.6'}
+ # - {os: windows-latest, r: '3.6'} # xgboost fails
45
- {os: ubuntu-18.04, r: '4.1', vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
46
- {os: ubuntu-18.04, r: '4.0', vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
47
- {os: ubuntu-18.04, r: '3.6', vdiffr: true, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"}
0 commit comments