File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 :
You can’t perform that action at this time.
0 commit comments