https://github.com/predictiveecology/spades.tools
Additional modelling tools for Spatial Discrete Event Simulation (SpaDES) module development
https://github.com/predictiveecology/spades.tools
r
Last synced: 5 months ago
JSON representation
Additional modelling tools for Spatial Discrete Event Simulation (SpaDES) module development
- Host: GitHub
- URL: https://github.com/predictiveecology/spades.tools
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2017-06-28T18:14:45.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T06:10:38.000Z (over 1 year ago)
- Last Synced: 2025-03-25T02:15:56.314Z (over 1 year ago)
- Topics: r
- Language: R
- Homepage: https://spades-tools.predictiveecology.org/
- Size: 10.7 MB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](https://github.com/PredictiveEcology/SpaDES.tools/actions)
[](https://cran.r-project.org/package=SpaDES.tools)
[](https://cran.r-project.org/package=SpaDES.tools)
[](https://app.codecov.io/gh/PredictiveEcology/SpaDES.tools?branch=master)

# SpaDES.tools
Additional modelling tools for Spatial Discrete Event Simulation (`SpaDES`) module development.
Provides GIS/map utilities and additional modeling tools for developing cellular automata and agent based models in `SpaDES`.
**Website:** [https://SpaDES.PredictiveEcology.org](https://SpaDES.PredictiveEcology.org)
**Wiki:** [https://github.com/PredictiveEcology/SpaDES/wiki](https://github.com/PredictiveEcology/SpaDES/wiki)
## Installation
Building packages from source requires the appropriate development libraries for your operating system (*e.g.*, Windows users should install [Rtools](https://cran.r-project.org/bin/windows/Rtools/)).
### Current stable release
**Install from CRAN:**
```r
install.packages("SpaDES.tools")
```
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.tools", dependencies = TRUE) # master
```
### Development version (unstable)
**Install from GitHub:**
```r
#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.tools", ref = "development", dependencies = TRUE)
```
## Contributions
Please see `CONTRIBUTING.md` for information on how to contribute to this project.