-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.83 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.83 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
Package: rEDM
Type: Package
Title: Empirical Dynamic Modeling ('EDM')
Version: 1.15.4
Date: 2024-04-05
Authors@R: c( person("Joseph", "Park", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5411-1409")),
person("Cameron", "Smith", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0020-5607")),
person("George", "Sugihara", role = c("aut", "ccp"),
comment = c(ORCID = "0000-0002-2863-6946")),
person("Ethan", "Deyle", role = c("aut"),
comment = c(ORCID = "0000-0001-8704-8434")),
person("Erik", "Saberski", role = c("ctb"),
comment = c(ORCID = "0000-0002-6475-6187")),
person("Hao", "Ye", role = c("ctb"),
comment = c(ORCID = "0000-0002-8630-1458")),
person("The Regents of the University of California",
role = c("cph") ) )
Maintainer: Joseph Park <[email protected]>
Description: An implementation of 'EDM' algorithms based on research software developed for internal use at the Sugihara Lab ('UCSD/SIO'). The package is implemented with 'Rcpp' wrappers around the 'cppEDM' library. It implements the 'simplex' projection method from Sugihara & May (1990) <doi:10.1038/344734a0>, the 'S-map' algorithm from Sugihara (1994) <doi:10.1098/rsta.1994.0106>, convergent cross mapping described in Sugihara et al. (2012) <doi:10.1126/science.1227079>, and, 'multiview embedding' described in Ye & Sugihara (2016) <doi:10.1126/science.aag0863>.
License: BSD_2_clause + file LICENSE
LazyData: true
LazyLoad: yes
Imports: methods, Rcpp (>= 1.0.1)
LinkingTo: Rcpp, RcppThread
Suggests: knitr, rmarkdown, formatR
VignetteBuilder: knitr