SpaDES.addins

Development Tools for 'SpaDES' and 'SpaDES' Modules


Keywords
r-package
License
GPL-3.0

Documentation

SpaDES.addins

Development tools for SpaDES and SpaDES modules

R build status CRAN_Status_Badge Downloads Codecov test coverage

Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module development. See ?SpaDES.addins or the package vignettes for an overview of the tools provided.

Installation

The suggested package fastshp can be installed with:

install.packages("fastshp", repos = "http://rforge.net", type = "source")

Building packages from source requires the appropriate development libraries for your operating system (e.g., Windows users should install Rtools).

Current stable release

Install from CRAN:

install.packages("SpaDES.addins")

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.addins", dependencies = TRUE) # stable

Development version (unstable)

Install from GitHub:

#install.packages("devtools")
library("devtools")
install_github("PredictiveEcology/SpaDES.addins", ref = "development", dependencies = TRUE) # unstable