## ----vignette_options, echo = FALSE, message = FALSE, warning = FALSE---------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")

## ----check_dependencies, message = FALSE, warning = FALSE, eval = TRUE--------
library(openPrimeR)
if (interactive()) {
    startApp()
}