Skip to contents

This is a getting started guide to run diveRpine shiny app. It contains how to run diveRpine in the default mode, both locally and remote.

Run the diveRpine app

There are several ways to run the diveRpine app:

  • Locally. This is the recommended option to use the application. Download the package diveRpine and run it locally (the use of Rstudio is recommended). Steps:

    1. Download and install the diveRpine pkg using:
    # install.packages("remotes")
    remotes::install_github("ajpelu/diveRpine")
    1. Run the app:

Then, diveRpine is launched with a brief introduction tutorial that could be skipped.

  • Online. Using the shiny app deposited here.