Skip to content

Commit

Permalink
add R CMD check against minimum declared R version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Aug 27, 2024
1 parent 51a6aab commit 6124526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: macos-latest, r: '3.5.0'}
- {os: windows-latest, r: '3.5.0'}
- {os: ubuntu-latest, r: '3.5.0'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6124526

Please sign in to comment.