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 cd1665d commit 5f07aa7Copy full SHA for 5f07aa7
.github/workflows/R-CMD-check.yaml
@@ -24,18 +24,16 @@ jobs:
24
fail-fast: false
25
matrix:
26
config:
27
- - {os: macos-latest, r: 'release'}
28
-
29
- - {os: windows-latest, r: 'release'}
30
- # use 4.0 or 4.1 to check with rtools40's older compiler
31
- - {os: windows-latest, r: 'oldrel-4'}
32
33
- - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
34
- - {os: ubuntu-latest, r: 'release'}
35
- - {os: ubuntu-latest, r: 'oldrel-1'}
36
- - {os: ubuntu-latest, r: 'oldrel-2'}
37
- - {os: ubuntu-latest, r: 'oldrel-3'}
38
- - {os: ubuntu-latest, r: 'oldrel-4'}
+ - { os: macos-latest, r: "release" }
+
+ - { os: windows-latest, r: "release" }
+ - { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
+ - { os: ubuntu-latest, r: "release" }
+ - { os: ubuntu-latest, r: "oldrel-1" }
+ - { os: ubuntu-latest, r: "oldrel-2" }
+ - { os: ubuntu-latest, r: "oldrel-3" }
+ #- {os: ubuntu-latest, r: 'oldrel-4'}
39
40
env:
41
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
0 commit comments