This package is being developed to provide simulation tools for generating ecological community data (such as species abundance distributions) using the Gillespie continuous time method.
GillesCom is currently only supported in Linux environments.
library(devtools)
install_github("piLaboratory/GillesCom", build_vignettes = TRUE)
See the examples on the package vignette with
library(GillesCom)
vignette("GillesCom")