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

prioritizrshiny

The goal of prioritizrshiny is to ...

lifecycle Travis Build Status

Installation

The latest official version of the prioritizrshiny R package can be installed using the following R code.

#Package is not on CRAN yet
#install.packages("prioritizrshiny", repos = "https://cran.rstudio.com/")

Alternatively, the latest development version can be installed using the following code. Please note that while developmental versions may contain additional features not present in the official version, they may also contain coding errors.

if (!require(devtools))
  install.packages("devtools")
devtools::install_github("prioritizr/prioritizrshiny")

Example

This is a basic example which shows you how to solve a common problem:

library(prioritizrshiny)

# run the Shiny app
prshiny()


prioritizr/prioritizrshiny documentation built on May 14, 2020, 5:48 a.m.