Changes in version 5.0.0.9000 Changes in version 5.0.0 (2023-05-15) BREAKING CHANGE: - prevR objects now use sf spatial classes instead of those from sp (#27) - you can use update_prevR() to update a prevR object created with a previous version of the package - as.SpatialGrid() method has been removed: use make.grid.prevR() instead - point.in.SpatialPolygons() and NA.outside.SpatialPolygons() have been removed, see st_filter_prevR() instead - kde() and krige() methods now return results as an sf object, see documentation for examples for plotting or exporting Changes in version 4.0.1 (2022-11-21) - Compatibility with rlang 0.3.0 and ggplot2 3.4.0 (#24) Changes in version 4.0.0 (2022-05-11) Breaking change: - Manual fitting of the variogram is no longer available in krige() as it was relying on geoR package was has been removed from the CRAN (#22) Other changes: - kde() now relies on KernSmooth::bkde2D() instead of GenKern::KernSur() (#21) Changes in version 3.4.1 (2020-08-28) - DOI added (#12) - example data (fdhs) has been updated using new CRS representation (#18) Changes in version 3.4.0 (2019-05-06) - Added a NEWS.md file to track changes to the package (#11) - Bug fix regarding namespace import (#10) - quick.prevR() has been fixed (#13) - vignette added (#14) - pkgdown web site added (#15)