A collection of analytic tools for studying signals recorded from complex adaptive systems or networks:
As soon as it is published on CRAN, install the latest stable release of casnet using utils::install.packages(casnet, dependencies = TRUE)
.
Either use devtools::install_github
or remotes::install_github
library(devtools)
install_github("FredHasselman/casnet")
library(remotes)
install_github("FredHasselman/casnet")
If building the vignettes fails on installation (using build_vignettes = TRUE
), just omit the argument and find them at online as Articles or locate the vignettes in the inst/docs/
folder of the repository.