1.1 Installing and Launching PrioriTree

1.1.1 Installation

The stable version of PrioriTree can be installed from CRAN (available soon):

install.packages("PrioriTree")

Alternatively, to install the developmental version directly from this GitHub repository:

install.packages("devtools")
devtools::install_github("jsigao/prioritree")

1.1.2 Launch the Shiny App (Browser Interface)

PrioriTree is designed as an R Shiny app, so most of the functionalities requires user interaction with the browser interface. To launch the interface, use the following command:

library(PrioriTree)
launchPrioriTree()