https://github.com/predictiveecology/spades.experiment
Simulation experiments within the SpaDES ecosystem.
https://github.com/predictiveecology/spades.experiment
r-package simulation-experiments
Last synced: 11 months ago
JSON representation
Simulation experiments within the SpaDES ecosystem.
- Host: GitHub
- URL: https://github.com/predictiveecology/spades.experiment
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2019-10-28T16:11:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T23:07:57.000Z (over 1 year ago)
- Last Synced: 2025-04-02T13:15:05.785Z (over 1 year ago)
- Topics: r-package, simulation-experiments
- Language: R
- Homepage: https://spades-experiment.predictiveecology.org
- Size: 410 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/PredictiveEcology/SpaDES.experiment)
[](https://ci.appveyor.com/project/achubaty/spades-experiment/branch/master)
[](https://coveralls.io/github/PredictiveEcology/SpaDES.experiment?branch=master)
[](https://cran.r-project.org/package=SpaDES.experiment)
[](https://cran.r-project.org/package=SpaDES.experiment)

# 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](https://SpaDES-experiment.PredictiveEcology.org)
**Wiki:** [https://github.com/PredictiveEcology/SpaDES/wiki](https://github.com/PredictiveEcology/SpaDES/wiki)
## Installation
### Current stable release
**Install from CRAN:**
```r
install.packages("SpaDES.experiment")
```
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.experiment", dependencies = TRUE) # master
```
### Development version (unstable)
**Install from GitHub:**
```r
#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.