SpaDES.core

Core Utilities for Developing and Running Spatially Explicit Discrete Event Models


Keywords
discrete-events-simulations, r-package, simulation-framework, simulation-modeling
License
GPL-3.0

Documentation

CRAN_Status_Badge Downloads R build status Gitter

SpaDES.core

Core functionality for Spatial Discrete Event Simulation (SpaDES)

Website: https://SpaDES.PredictiveEcology.org

Wiki: https://github.com/PredictiveEcology/SpaDES/wiki

Installation

Current stable release

R build status Codecov test coverage

Install from CRAN:

install.packages("SpaDES.core")

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.core", dependencies = TRUE) # master

Development version (unstable)

R build status Codecov test coverage

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.core", ref = "development", dependencies = TRUE)

Contributions

Please see CONTRIBUTING.md for information on how to contribute to this project.