Skip to content

Commit

Permalink
added cheks for window r-devel and macos r-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
hzambran committed Jan 21, 2024
1 parent a1c969d commit cadea42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-latest, r: 'devel', http-user-agent: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand Down

0 comments on commit cadea42

Please sign in to comment.