-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.14 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
36
Package: spEDM
Title: Spatial Empirical Dynamic Modeling
Version: 1.5
Authors@R:
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800"))
Description: Inferring causal associations in cross-sectional earth system data through empirical dynamic modeling (EDM), with extensions to convergent cross mapping from Sugihara et al. (2012) <doi:10.1126/science.1227079>, partial cross mapping as outlined in Leng et al. (2020) <doi:10.1038/s41467-020-16238-0>, and cross mapping cardinality as described in Tao et al. (2023)<doi:10.1016/j.fmre.2023.01.007>.
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,
RcppArmadillo,
rmarkdown,
spData
VignetteBuilder: knitr