README.md

Disclaimer:

Still EXPERIMENTAL after all these years...

Travis-CI Build Status AppVeyor build status CRAN status lifecycle

casnet: An R toolbox for studying Complex Adaptive Systems and NETworks

A collection of analytic tools for studying signals recorded from complex adaptive systems or networks:

Installing casnet

As soon as it is published on CRAN, install the latest stable release of casnet using utils::install.packages(casnet, dependencies = TRUE).

Development version

Either use devtools::install_github or remotes::install_github

library(devtools)
install_github("FredHasselman/casnet")

library(remotes)
install_github("FredHasselman/casnet")

Vignette build failing?

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.



FredHasselman/casnet documentation built on April 20, 2024, 3:05 p.m.