Skip to content

Commit eefdc10

Browse files
committed
just skip
1 parent ad44eb7 commit eefdc10

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- {os: ubuntu-latest, r: 'oldrel-1'}
3535
- {os: ubuntu-latest, r: 'oldrel-2'}
3636
- {os: ubuntu-latest, r: 'oldrel-3'}
37-
- {os: ubuntu-latest, r: 'oldrel-4'}
37+
# Matrix needs R 4.2
38+
#- {os: ubuntu-latest, r: 'oldrel-4'}
3839

3940
env:
4041
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -51,14 +52,9 @@ jobs:
5152
http-user-agent: ${{ matrix.config.http-user-agent }}
5253
use-public-rspm: true
5354

54-
# Matrix requires R >= 4.4, which means BradleyTerry2 and lme4
55-
# (Suggests) can't be installed on older R. Use hard dependencies
56-
# only on oldrel-4 to avoid the unsolvable dependency chain.
5755
- uses: r-lib/actions/setup-r-dependencies@v2
5856
with:
5957
extra-packages: any::rcmdcheck
60-
dependencies: ${{ matrix.config.r == 'oldrel-4' && '"hard"' || 'NA' }}
61-
needs: check
6258

6359
- uses: r-lib/actions/check-r-package@v2
6460
with:

0 commit comments

Comments
 (0)