SpaDES.experiment is deprecated and no longer maintained.
Its experiment functionality has moved to
SpaDES.project,
which is now its maintained home: experiment(), experiment2(),
simInitAndExperiment(), the simLists class and
as.data.table.simLists() all live there. The same-named functions here
simply forward to SpaDES.project. Please migrate:
remotes::install_github("PredictiveEcology/SpaDES.project").

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
Install from CRAN:
install.packages("SpaDES.experiment")Install from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.experiment", dependencies = TRUE) # masterInstall from GitHub:
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.experiment", ref = "development", dependencies = TRUE)