README.md

Build Status Appveyor Build status Coverage Status CRAN_Status_Badge Downloads

SpaDES.shiny

Utilities for building shiny-based apps for SpaDES simulations.

Installation

Current stable release

Install from CRAN:

#install.packages("SpaDES.shiny") ## not yet on CRAN. Install via GitHub per below.

Install from GitHub:

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

Development version (unstable)

Install from GitHub:

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

Using the package

SpaDES.shiny provides you with a set of reusable shiny modules that allow you to speed up the development process, as well as an app generator that allows you to bootstrap your application. See the accompanying vignettes to get started:

browseVignettes("SpaDES.shiny")


PredictiveEcology/SpaDES.shiny documentation built on Nov. 11, 2019, 7:12 p.m.