Temporal Empirical Dynamic Modeling
Installation
- Install from CRAN with:
install.packages("tEDM", dep = TRUE)
- Install binary version from R-universe with:
install.packages("tEDM",
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
- Install from source code on GitHub with:
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/tEDM",
#build_vignettes = TRUE,
dep = TRUE)