NEWS
readwritesqlite 0.2.0.9001
readwritesqlite 0.2.0.9000
- Same as previous version.
readwritesqlite 0.2.0 (2022-10-16)
- Added
rws_export_gpkg()
.
- Now R >= 4.0
- Switched to testthat 3.
- Previously soft deprecated functions now warn unconditionally.
readwritesqlite 0.1.2 (2020-07-13)
New Features
- Extended to also work with pool objects.
Deprecated
- Removed geometry sfc column from rws_data.
Internal
- Removed trailing spaces on sf (>= 0.9-1) projections which are causing write error.
readwritesqlite 0.1.1 (2020-04-07)
- Fix failing CRAN tests with sf (>= 0.9-1)
readwritesqlite 0.1.0 (2020-01-29)
New Features
- Added
rws_drop_table()
.
- Added
rws_rename_table()
and rws_rename_column()
.
- Updated error messages to tidyverse style.
Deprecated Functions
- Deprecated
check_sqlite_connection()
for chk_sqlite_conn()
.
Dependencies
- Moved
sf
and units
packages to Suggests.
- Replaced dependency on
err
and checkr
with chk
.
readwritesqlite 0.0.2 (2019-07-23)
- Update for release hms 0.5.0
- Replace hms::is.hms with hms::is_hms
- Replace hms::as.hms with hms::as_hms
- Fix tests for release RSQLite 2.1.1.9003
readwritesqlite 0.0.1 (2019-07-11)