Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbanian committed Jul 12, 2024
1 parent 4769ad5 commit 62d833e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: '3.6'}
- {os: ubuntu-latest, r: '4.0'}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.config.r }}
uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: The wiDB...() functions provide an interface to the public API
adapted from Bowen et al. (2018, <doi:10.1007/s00442-018-4192-5>).
Imports: R2jags, abind, R2WinBUGS, doParallel, foreach,
httr, jsonlite
Depends: R (>= 3.5)
Depends: R (>= 4.0)
Suggests:
knitr,
rmarkdown,
Expand Down

0 comments on commit 62d833e

Please # to comment.