Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module development. See '?SpaDES.addins' for an overview of the tools provided.
SpaDES
and SpaDES
modulesProvides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module development.
See ?SpaDES.addins
or the package vignettes for an overview of the tools provided.
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).
Install from CRAN:
install.packages("SpaDES.addins")
Install from GitHub:
#install.packages("devtools")library("devtools")install_github("PredictiveEcology/SpaDES.addins", dependencies = TRUE) # stable
Install from GitHub:
#install.packages("devtools")library("devtools")install_github("PredictiveEcology/SpaDES.addins", ref = "development", dependencies = TRUE) # unstable
Known issues: https://github.com/PredictiveEcology/SpaDES.addins/issues
clearCache
addin.A new package, which takes all RStudio addins out of the SpaDES
package:
?SpaDES.addins
and the vignette for an overview