The goal of prioritizrshiny is to …
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")
This is a basic example which shows you how to solve a common problem:
library(prioritizrshiny)
# run the Shiny app
prshiny()