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
  • Compatibility with rlang 0.3.0 and ggplot2 3.4.0 (#24)

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:

  • DOI added (#12)
  • example data (fdhs) has been updated using new CRS representation (#18)
  • 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)