Changes in version 1.3.0 (2026-05-04) - Replace magrittr pipe %>% with the native R pipe |> throughout, fixing a CRAN error caused by sf no longer re-exporting %>% (issue #20). - Minimum R version bumped to 4.1.0 to support the native pipe. - Remove codecov from Suggests and delete codecov.yml. Changes in version 1.2.1 (2025-10-21) - move terra to Suggests (issue #19) - removed jagged_raster terra object to allow terra to be moved to Suggests, then replaced with a GeoTIFF file in inst/extdata/jagged-raster.tif Changes in version 1.1.0 (2025-06-25) - Efficiency improvements for drop_crumbs() Changes in version 1.0.2 - change package-level documentation as per roxygen2 suggestions Changes in version 1.0.1 (2023-03-09) - Remove export of SpatRaster class so smoothr works with older versions of Raster - Fix error in vignette arising from development version of terra [issue #15] Changes in version 1.0.0 (2023-01-09) - transition to terra, remove raster dependency Changes in version 0.2.2 (2021-06-22) - Fix errors arising from sf upgrade to 1.0-0 [issue #12] Changes in version 0.2.1 (2021-05-22) - Fix Solaris CRAN check failure, tested and working on R-hub solaris-x86-patched Changes in version 0.2.0 (2021-05-18) - Allow threshold = 0 in fill_holes() [issue #4] - Provide more intuitive error message if a z-dimension is given [issue #7] - Updates to align with recent versions of terra, e.g. no need for intermediate convrsion to sp objects - Implemented smoothing of 3D spatial features and matrix features in any number of dimensions [issue #9] Changes in version 0.1.2 (2020-01-23) - Importing classes from raster package that are required for loading the jagged_raster object. This is to address an email sent by Brian Ripley highlighting this issue. Changes in version 0.1.1 (2018-12-11) - Fixed bug in fill_holes() and drop_crumbs() that was raising a warning when units::set_units() was being used. Changes in version 0.1.0 (2018-04-04) - Remove holes in polygons with fill_holes() - Drop small lines and polygons with drop_crumbs() - Kernel smoothing implemented in smooth_ksmooth() - Densification of spatial lines and polygons implemented with densify() - Raster example dataset added - Vignette updated to reflect new functionality Changes in version 0.0.1 (2018-03-19) - Initial release of smoothr