knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(diveRpine)
library(tidyverse)
library(raster)
library(landscapeR)
library(knitr)
library(kableExtra)

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:

r # install.packages("remotes") remotes::install_github("ajpelu/diveRpine")

  1. Run the app: r library("diveRpine") run_diveRpine()

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

knitr::include_graphics("fig/intro_tour.png")


ajpelu/diverpine documentation built on Feb. 3, 2023, 8:09 p.m.