Skip to content

Commit

Permalink
Now R >= 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Oct 16, 2022
1 parent bf89dfd commit c32bba5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-latest, r: '4.1', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-latest, r: '4.0', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-latest, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ URL: https://github.com/poissonconsulting/readwritesqlite
BugReports:
https://github.com/poissonconsulting/readwritesqlite/issues
Depends:
R (>= 3.6)
R (>= 4.0)
Imports:
chk,
DBI,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# readwritesqlite 0.2.0

- Added `rws_export_gpkg()`.
- Now R >= 4.0
- Switched to testthat 3.
- Previously soft deprecated functions now warn unconditionally.

Expand Down

0 comments on commit c32bba5

Please sign in to comment.