Install the SpaDES.shiny package

devtools::install_github("PredictiveEcology/SpaDES.shiny@development")

library(SpaDES.shiny)

shine

  1. Explore the LCC2005 (or your working parent module) using the shine function:

    ## hint: the lcc simulation was created in exercise 07-module-integration
    shine(lcc05)

Sharing your module and data with others

Before you can add your newly created module to a SpaDES module repository, you must ensure it is complete!

  1. Review the module development checklist, and update your parent module and all children accordingly.