knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

caladaptr.apps

Lifecycle: experimental caladaptr.apps status badge

caladaptr.apps provides an easy way to run Shiny apps that use the caladaptr package.

Installation

caladaptr.apps is on r-universe and can be installed as follows:

options(repos = c(ajlyons = 'https://ajlyons.r-universe.dev', CRAN = 'https://cloud.r-project.org'))
install.packages('caladaptr.apps')

Alternately you can install it directly from Github:

remotes::install_github("ucanr-igis/caladaptr")        ## install first
remotes::install_github("ucanr-igis/caladaptr.apps")

Usage

There is only one function, ca_launch. Use this function to launch Shiny apps saved in the package.

library(caladaptr.apps)

## Launch the time series app
ca_launch("timeseries")

## Launch the projected chill portions app
ca_launch("chill")

## Version 2 of the chill app supports multiple locations
ca_launch("chill2")


UCANR-IGIS/caladaptr.apps documentation built on Aug. 7, 2022, 9:51 p.m.