-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1 KB
/
DESCRIPTION
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
Package: spEDM
Title: Spatial Empirical Dynamic Modeling
Version: 1.3
Authors@R:
person(given = "Wenbo", family = "Lv",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800"))
Description: Analyze causality in geospatial data using empirical dynamic modeling (EDM) through the simplex projection method from Sugihara & May (1990) <doi:10.1038/344734a0> and geographical convergent cross mapping (GCCM) described in Gao et al. (2023) <doi:10.1038/s41467-023-41619-6>.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://stscl.github.io/spEDM/, https://github.com/stscl/spEDM
BugReports: https://github.com/stscl/spEDM/issues
Depends:
R (>= 4.1.0)
LinkingTo:
Rcpp,
RcppThread,
RcppArmadillo
Imports:
dplyr,
ggplot2,
methods,
sdsfun (>= 0.7.0),
sf,
terra
Suggests:
knitr,
Rcpp,
RcppThread,
rmarkdown,
spdep
VignetteBuilder: knitr