R/spades-addins-package.R

#' The `SpaDES.addins` package
#'
#' Provides 'RStudio' addins for 'SpaDES' packages and 'SpaDES' module development.
#'
#' \if{html}{\figure{SpaDES.png}{options: width=100 alt="SpaDES logo" style="float: right;"}}
#' \if{latex}{\figure{SpaDES.png}{options: width=0.5in}}
#'
#' @section `SpaDES` module development:
#'
#' **RStudio addins:**
#'
#' - copy an existing `SpaDES` module
#' - create a new `SpaDES` module
#' - clear recent simulation cache entries
#'
#' **helper functions:**
#'
#' - *none yet*
#'
#' @rdname spades-addins-package
"_PACKAGE"

## import something so R CMD check stops complaining
#' @importFrom rstudioapi isAvailable
NULL

Try the SpaDES.addins package in your browser

Any scripts or data that you put into this service are public.

SpaDES.addins documentation built on Aug. 20, 2022, 1:08 a.m.