We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74da22 commit 5bc763eCopy full SHA for 5bc763e
.github/workflows/R-CMD-check.yaml
@@ -26,15 +26,11 @@ jobs:
26
- {os: macos-latest, r: 'release'}
27
28
- {os: windows-latest, r: 'release'}
29
- # use 4.0 or 4.1 to check with rtools40's older compiler
30
- - {os: windows-latest, r: 'oldrel-4'}
31
32
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
33
- {os: ubuntu-latest, r: 'release'}
34
- {os: ubuntu-latest, r: 'oldrel-1'}
35
- {os: ubuntu-latest, r: 'oldrel-2'}
36
- - {os: ubuntu-latest, r: 'oldrel-3'}
37
- - {os: ubuntu-latest, r: 'oldrel-4'}
38
39
env:
40
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments