Package: dbmss
Type: Package
Title: Distance-Based Measures of Spatial Structures
Version: 2.7-7
Authors@R: c(
    person("Eric", "Marcon", email="eric.marcon@agroparistech.fr", role=c("aut", "cre"), comment = c(ORCID = "0000-0002-5249-321X")),
    person("Gabriel", "Lang", email="gabriel.lang@agroparistech.fr", role="aut", comment = c(ORCID = "0000-0002-4325-6044")),
    person("Stephane", "Traissac", email="stephane.traissac@agroparistech.fr", role="aut", comment = c(ORCID = "0000-0001-9255-1616")),
    person("Florence", "Puech", email="florence.puech@u-psud.fr", role="aut", comment = c(ORCID = "0000-0002-5279-6878"))
    )
Description: Simple computation of spatial statistic functions of distance to characterize the spatial structures of mapped objects, following Marcon, Traissac, Puech, and Lang (2015) <doi:10.18637/jss.v067.c03>.
             Includes classical functions (Ripley's K and others) and more recent ones used by spatial economists (Duranton and Overman's Kd, Marcon and Puech's M). 
             Relies on 'spatstat' for some core calculation.
URL: https://github.com/EricMarcon/dbmss
BugReports: https://github.com/EricMarcon/dbmss/issues
License: GNU General Public License
Depends: R (>= 3.5.0), spatstat.core, spatstat.geom, Rcpp (>= 0.12.14),
        ggplot2
Imports: cubature, RcppParallel, reshape2, spatstat.utils, stats,
        tibble
Suggests: testthat, knitr, pkgdown, rmarkdown
LinkingTo: Rcpp, RcppParallel
VignetteBuilder: knitr
SystemRequirements: pandoc, GNU make
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2021-08-22 13:12:53 UTC; emarc
Author: Eric Marcon [aut, cre] (<https://orcid.org/0000-0002-5249-321X>),
  Gabriel Lang [aut] (<https://orcid.org/0000-0002-4325-6044>),
  Stephane Traissac [aut] (<https://orcid.org/0000-0001-9255-1616>),
  Florence Puech [aut] (<https://orcid.org/0000-0002-5279-6878>)
Maintainer: Eric Marcon <eric.marcon@agroparistech.fr>
Repository: CRAN
Date/Publication: 2021-08-22 13:40:02 UTC
