-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.73 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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) <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://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