Learn R Programming

SpaDES.addins

Development tools for SpaDES and SpaDES modules

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 = "https://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

Copy Link

Version

Install

install.packages('SpaDES.addins')

Monthly Downloads

53

Version

0.1.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Alex M Chubaty

Last Published

August 19th, 2022

Functions in SpaDES.addins (0.1.4)

addin_copyModule

RStudio addin to copy an existing module
SpaDES.addins-package

The SpaDES.addins package
addin_newModule

RStudio addin to create a new module
addin_clearCache

RStudio addin to clear recent cache entries