• allow supression of progress bar using the quiet = TRUE parameter, by default the parameter is FALSE so it outputs the progress bar
  • 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

  • global option options(SpatialKDE.suppres_message = TRUE) can be used to suppress using centroids message from kde()
  • fix problem with integer weights

  • reworked tests

  • added weights parameter to kde()
  • Website via pkgdown