Skip to contents

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:

#install.packages("SpaDES.config") ## not yet on CRAN

Install from GitHub:

#install.packages("remotes")
remotes::install_github("PredictiveEcology/SpaDES.config")

Development version (unstable)

Install from GitHub:

#install.packages("remotes")
remotes::install_github("PredictiveEcology/SpaDES.config@development")