Package: dbmss Type: Package Title: Distance-Based Measures of Spatial Structures Version: 2.11-0 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@universite-paris-saclay.fr", role="aut", comment = c(ORCID = "0000-0002-5279-6878")), person("Pierrot", "Froment", email="pierrot.froment@gmail.com", role="aut") ) Description: Simple computation of spatial statistic functions of distance to characterize the spatial structures of mapped objects, following Marcon, Traissac, Puech, and Lang (2015) . 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://ericmarcon.github.io/dbmss/, https://github.com/EricMarcon/dbmss/ BugReports: https://github.com/EricMarcon/dbmss/issues/ License: GNU General Public License Depends: R (>= 3.5.0), Rcpp (>= 0.12.14), spatstat.explore Imports: cubature, doFuture, foreach, future, ggplot2, methods, progressr, RcppParallel, reshape2, rlang, spatstat.geom, spatstat.utils, spatstat.random, stats, tibble Suggests: knitr, pkgdown, rmarkdown, testthat LinkingTo: Rcpp, RcppParallel VignetteBuilder: knitr SystemRequirements: pandoc, GNU make Encoding: UTF-8 LazyData: true Config/pak/sysreqs: make libicu-dev Repository: https://ericmarcon.r-universe.dev Date/Publication: 2025-06-17 14:59:33 UTC RemoteUrl: https://github.com/ericmarcon/dbmss RemoteRef: HEAD RemoteSha: 519af3e4264a773d431675744cca46abd7239eeb NeedsCompilation: yes Packaged: 2026-06-24 10:24:26 UTC; root Author: Eric Marcon [aut, cre] (ORCID: ), Gabriel Lang [aut] (ORCID: ), Stephane Traissac [aut] (ORCID: ), Florence Puech [aut] (ORCID: ), Pierrot Froment [aut] Maintainer: Eric Marcon