knitr::opts_chunk$set(cache = TRUE, echo = TRUE, eval = FALSE)

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:

    ```r

    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.


PredictiveEcology/SpaDES.Workshops documentation built on Jan. 30, 2021, 6:52 p.m.