/SpaDES.experiment

Simulation experiments within the SpaDES ecosystem.

Primary LanguageRGNU General Public License v3.0GPL-3.0

Build Status Appveyor Build status Coverage Status CRAN_Status_Badge Downloads

SpaDES.experiment

Tools to build simulation experiments within the SpaDES ecosystem. This includes replication, parameter sweeps, scenario analysis, pattern oriented modeling, and simulation experiments.

Website: https://spades-experiment.PredictiveEcology.org

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

Installation

Current stable release

Install from CRAN:

install.packages("SpaDES.experiment")

Install from GitHub:

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

Development version (unstable)

Install from GitHub:

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

Contributions

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