Skip to content

R-KenK/SimuNet

Repository files navigation

SimuNet

DOI Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check CRAN status

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")