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 9f80c8c commit bc3ae9eCopy full SHA for bc3ae9e
.github/workflows/R-CMD-check.yaml
@@ -58,6 +58,15 @@ jobs:
58
http-user-agent: ${{ matrix.config.http-user-agent }}
59
use-public-rspm: true
60
61
+ # TODO: remove this when R 4.6 is released
62
+ - name: Tweak for old Windows (R 4.1)
63
+ uses: r-lib/actions/setup-r-dependencies@v2
64
+ if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r = 'oldrel-4' }}
65
+ with:
66
+ cache-version: 3
67
+ packages: >
68
+ [email protected]
69
+
70
- uses: r-lib/actions/setup-r-dependencies@v2
71
with:
72
cache-version: 3
0 commit comments