Skip to content

Eventual home of the prioritizrshiny package, which will be a GUI for solving prioritizr problems

Notifications You must be signed in to change notification settings

prioritizr/prioritizrshiny

Repository files navigation

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()

About

Eventual home of the prioritizrshiny package, which will be a GUI for solving prioritizr problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages