An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![R-CMD-check](https://github.com/PredictiveEcology/SpaDES.config/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/PredictiveEcology/SpaDES.config/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/github/PredictiveEcology/SpaDES.config/branch/main/graph/badge.svg?token=D6obCssN0K)](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")
```