-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.21 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: fastEDM
Type: Package
Title: Empirical Dynamic Modeling for Causal Analysis
Version: 0.1
Date: 2021-12-01
Authors@R: c(
person("Patrick", "Laub", email = "[email protected]", role = c("aut", "cre")),
person("Jinjing", "Li", email = "jinjing.li@@canberra.edu.au", role = c("aut")),
person("Michael", "Zyphur", email = "[email protected]", role = c("aut")),
person("Edoardo", "Tescari", email = "[email protected]", role = c("ctb")),
person("Simon", "Mutch", email = "", role = c("ctb")),
person("Rishi", "Dhushiyandan", email = "", role = c("ctb")),
person("George", "Sugihara", email = "", role = c("org"))
)
Description: The fastEDM package implements a series of tools that can be
used for empirical dynamic modeling. The core algorithm is written in C++
to achieve a reasonable execution speed.
License: MIT + file LICENSE
Imports:
cli,
Rcpp (>= 1.0.7),
RcppEigen
LinkingTo: Rcpp, RcppEigen, RcppJson, RcppThread
Remotes: nfultz/RcppJson, tnagler/RcppThread
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests:
knitr,
ggplot2,
testthat (>= 3.0.0),
tidyr,
rmarkdown
Config/testthat/edition: 3
URL: https://edm-developers.github.io/fastEDM-r
VignetteBuilder: knitr