• Same as previous version.
  • Added rws_export_gpkg().
  • Now R >= 4.0
  • Switched to testthat 3.
  • Previously soft deprecated functions now warn unconditionally.

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.
  • Fix failing CRAN tests with sf (>= 0.9-1)

New Features

Deprecated Functions

Dependencies

  • Moved sf and units packages to Suggests.
  • Replaced dependency on err and checkr with chk.
  • 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
  • Initial release