NEWS
smoothr 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.
smoothr 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
smoothr 1.1.0 (2025-06-25)
- Efficiency improvements for
drop_crumbs()
smoothr 1.0.2
- change package-level documentation as per roxygen2 suggestions
smoothr 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]
smoothr 1.0.0 (2023-01-09)
- transition to terra, remove raster dependency
smoothr 0.2.2 (2021-06-22)
- Fix errors arising from sf upgrade to 1.0-0 [issue #12]
smoothr 0.2.1 (2021-05-22)
- Fix Solaris CRAN check failure, tested and working on R-hub solaris-x86-patched
smoothr 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]
smoothr 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.
smoothr 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.
smoothr 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
smoothr 0.0.1 (2018-03-19)
- Initial release of smoothr