Skip to content

Commit dee1aac

Browse files
committed
🔨 Reduced the R CMD check coverage
* On Windows and macOS the checks are done according to CRAN: r-devel, r-release and r-oldrel. If you chose to have software that is older than a year - well, then its on you to make it work. * On Linux: r-devel through r-oldrel-3 are tested with default compilers. If it is broken on Linux its most likely broken on MacOS and Windows too. So that will be the baseline.
1 parent be2d92d commit dee1aac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

+1-7
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,23 @@ jobs:
2626
- {os: ubuntu-latest, r: 'release', compiler: 'default'}
2727
- {os: ubuntu-latest, r: 'oldrel-1', compiler: 'default'}
2828
- {os: ubuntu-latest, r: 'oldrel-2', compiler: 'default'}
29-
- {os: ubuntu-latest, r: '4.1.0', compiler: 'default'}
29+
- {os: ubuntu-latest, r: 'oldrel-3', compiler: 'default'}
3030

3131
# Windows
3232
- {os: windows-latest, r: 'devel', compiler: 'default'}
3333
- {os: windows-latest, r: 'release', compiler: 'default'}
3434
- {os: windows-latest, r: 'oldrel-1', compiler: 'default'}
35-
- {os: windows-latest, r: 'oldrel-2', compiler: 'default'}
36-
- {os: windows-latest, r: '4.1.0', compiler: 'default'}
3735

3836

3937
# macOS Clang
4038
- {os: macos-latest, r: 'devel', compiler: 'clang'}
4139
- {os: macos-latest, r: 'release', compiler: 'clang'}
4240
- {os: macos-latest, r: 'oldrel-1', compiler: 'clang'}
43-
- {os: macos-latest, r: 'oldrel-2', compiler: 'clang'}
44-
- {os: macos-latest, r: '4.1.0', compiler: 'clang'}
4541

4642
# macOS GCC via Homebrew
4743
- {os: macos-latest, r: 'devel', compiler: 'gcc'}
4844
- {os: macos-latest, r: 'release', compiler: 'gcc'}
4945
- {os: macos-latest, r: 'oldrel-1', compiler: 'gcc'}
50-
- {os: macos-latest, r: 'oldrel-2', compiler: 'gcc'}
51-
- {os: macos-latest, r: '4.1.0', compiler: 'gcc'}
5246

5347
env:
5448
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)