• change package-level documentation as per roxygen2 suggestions
  • 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]
  • transition to terra, remove raster dependency
  • Fix errors arising from sf upgrade to 1.0-0 [issue #12]
  • Fix Solaris CRAN check failure, tested and working on R-hub solaris-x86-patched
  • 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]
  • 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.
  • 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
  • Initial release of smoothr