The goal of campsite-shiny is to visualise results of CAMPSITE simulations.
To run the shiny app use:
git clone https://github.com/annakrystalli/campsite-shiny.git
to clone a copy of the repository locally.
The app uses renv
to manage dependencies. To install all required dependencies run:
renv::restore()
To launch the app open app.R
and click on Lanuch App. Alternatively you can use
source("app.R")