https://github.com/predictiveecology/spades.config
Utilities for SpaDES project configuration
https://github.com/predictiveecology/spades.config
Last synced: about 1 year ago
JSON representation
Utilities for SpaDES project configuration
- Host: GitHub
- URL: https://github.com/predictiveecology/spades.config
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2022-09-22T04:04:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:20:02.000Z (over 1 year ago)
- Last Synced: 2024-11-25T23:25:01.096Z (over 1 year ago)
- Language: R
- Homepage: https://spades-config.predictiveecology.org
- Size: 705 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/PredictiveEcology/SpaDES.config/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/github/PredictiveEcology/SpaDES.config)

# SpaDES.config
Provides tools for defining and validating project configurations across multiple contexts (including user- and machine-specific settings).
Includes default configuration settings for several 'SpaDES' project types.
## Installation
### Current stable release
**Install from CRAN:**
```r
#install.packages("SpaDES.config") ## not yet on CRAN
```
**Install from GitHub:**
```r
#install.packages("remotes")
remotes::install_github("PredictiveEcology/SpaDES.config")
```
### Development version (unstable)
**Install from GitHub:**
```r
#install.packages("remotes")
remotes::install_github("PredictiveEcology/SpaDES.config@development")
```