Skip to content

Commit cd2cd4e

Browse files
bocinskyclaude
andauthored
Check R-devel on Windows in CI (#141)
* Check R-devel on Windows in CI Adds a windows-latest / R-devel entry to the R CMD check matrix, providing the coverage previously obtained by manual win-builder (devtools::check_win_devel()) uploads on every push instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Also check R-devel on macOS Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 2e41882 commit cd2cd4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-standard.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
matrix:
2020
config:
2121
- {os: macos-latest, r: 'release'}
22+
- {os: macos-latest, r: 'devel'}
2223
- {os: windows-latest, r: 'release'}
24+
- {os: windows-latest, r: 'devel'}
2325
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2426
- {os: ubuntu-latest, r: 'release'}
2527
- {os: ubuntu-latest, r: 'oldrel-1'}

0 commit comments

Comments
 (0)