A network simulation framework, with a zest of empiricism

Installation

SimuNet, as a young and starting package, is not on CRAN.

You can install the latest version of SimuNet from GitHub using different packages:

Using renv

To install, run in R:

renv::install("R-KenK/SimuNet")

Using remotes

To install, run in R:

remotes::install_github("R-KenK/SimuNet")

Using devtools

Be sure to have Rtools installed. To install, simply run in R:

install.packages("devtools")
devtools::install_github("R-KenK/SimuNet")