Changes in version 0.8.2 (2023-02-18) - allow supression of progress bar using the quiet = TRUE parameter, by default the parameter is FALSE so it outputs the progress bar Changes in version 0.8.0 (2022-10-26) - add progress bar to the calculation for better overview of calculation progress - internal rewrite from using Rcpp package to cpp11, this change should be invisble to user, only relates to needed dependencies Changes in version 0.7.0 (2022-02-09) - global option options(SpatialKDE.suppres_message = TRUE) can be used to suppress using centroids message from kde() Changes in version 0.6.2 (2020-11-28) - fix problem with integer weights - reworked tests Changes in version 0.6.0 - added weights parameter to kde() Changes in version 0.4.0 - rename of create_raster_rectangular() to create_grid_rectangular() and create_raster_hexagonal() to create_grid_hexagonal() to avoid confusion about the type of outcome. - fix of inner workings of create_grid_rectangular() and create_grid_hexagonal() - fix usage of kernell in function kde() - Added a NEWS.md file to track changes to the package. Changes in version 0.3.2 - Website via pkgdown