Utilities for building shiny-based apps for SpaDES simulations.
shiny
SpaDES
Install from CRAN:
install.packages("SpaDES.shiny")
Install from GitHub:
#install.packages("devtools") library("devtools") install_github("PredictiveEcology/SpaDES.shiny", dependencies = TRUE) # stable
#install.packages("devtools") library("devtools") install_github("PredictiveEcology/SpaDES.shiny", ref = "development", dependencies = TRUE) # unstable
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:
SpaDES.shiny
browseVignettes("SpaDES.shiny")