Skip to content

Commit

Permalink
test on the minimum R version supported (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Aug 19, 2024
1 parent c47980d commit 3c9bd80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-13, r: '4.1'}
- {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: windows-latest, r: '4.1'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: '4.1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Imports:
pacta.multi.loanbook.analysis,
pacta.multi.loanbook.plot,
r2dii.analysis,
r2dii.data,
r2dii.data (>= 0.5.0),
r2dii.match,
r2dii.plot,
r2dii.plot (>= 0.4.0),
readr (>= 2.0.0),
readxl,
rlang,
Expand Down

0 comments on commit 3c9bd80

Please sign in to comment.