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 01b79b5 commit b8dfc5dCopy full SHA for b8dfc5d
.github/workflows/R-CMD-check.yaml
@@ -64,10 +64,16 @@ jobs:
64
if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r == 'oldrel-4' }}
65
with:
66
cache-version: 3
67
+ extra-packages: >
68
+ any::rcmdcheck,
69
+ Hmisc=?ignore-before-r=4.2.0,
70
+ quantreg=?ignore-before-r=4.3.0
71
packages: >
72
[email protected]
73
+ needs: check
74
75
- uses: r-lib/actions/setup-r-dependencies@v2
76
+ if: ${{ matrix.config.os != 'windows-latest' || matrix.config.r != 'oldrel-4' }}
77
78
79
extra-packages: >
0 commit comments