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 31d58a7 commit 01b79b5Copy full SHA for 01b79b5
.github/workflows/R-CMD-check.yaml
@@ -61,7 +61,7 @@ jobs:
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' }}
+ if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r == 'oldrel-4' }}
65
with:
66
cache-version: 3
67
packages: >
0 commit comments