Package: SpatialKDE
Type: Package
Title: Kernel Density Estimation for Spatial Data
Version: 0.5.0
URL: https://jancaha.github.io/SpatialKDE/index.html,
        https://github.com/JanCaha/SpatialKDE
Authors@R: 
    person(given = "Jan",
           family = "Caha",
           role = c("aut", "cre"),
           email = "jan.caha@outlook.com",
           comment = c(ORCID = "0000-0003-0165-0606"))
Description: Calculate Kernel Density Estimation (KDE) for spatial data. 
  The algorithm is inspired by the tool 'Heatmap' from 'QGIS'. The method is described by:
  Hart, T., Zandbergen, P. (2014) <doi:10.1108/PIJPSM-04-2013-0039>, 
  Nelson, T. A., Boots, B. (2008) <doi:10.1111/j.0906-7590.2008.05548.x>,
  Chainey, S., Tompson, L., Uhlig, S.(2008) <doi:10.1057/palgrave.sj.8350066>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
LinkingTo: Rcpp
Imports: Rcpp, sf, dplyr, glue, magrittr, rlang, methods, raster
Suggests: tmap, sp, knitr, testthat (>= 2.1.0)
NeedsCompilation: yes
Packaged: 2019-12-16 08:14:56 UTC; Caha
Author: Jan Caha [aut, cre] (<https://orcid.org/0000-0003-0165-0606>)
Maintainer: Jan Caha <jan.caha@outlook.com>
Repository: CRAN
Date/Publication: 2019-12-16 11:40:06 UTC
