## ----params, include = FALSE--------------------------------------------------
knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    crop = NULL
)

## ----load, message = FALSE----------------------------------------------------
library(QFeaturesGUI)

## ----install, eval = FALSE----------------------------------------------------
# # Check if remotes is installed. Otherwise install it.
# if (!require("remotes", quietly = TRUE)) {
#     install.packages("remotes")
# }
# # Install the package
# remotes::install_github("rformassspectrometry/QFeaturesGUI")
# # Load the package
# library(QFeaturesGUI)

## ----eval = FALSE-------------------------------------------------------------
# app <- importQFeatures()
# 
# if (interactive()) {
#     shiny::runApp(app)
# }

## ----launch, eval = FALSE-----------------------------------------------------
# app <- processQFeatures(qfeaturesObject)
# 
# if (interactive()) {
#     shiny::runApp(app)
# }

## ----sessInfo-----------------------------------------------------------------
sessionInfo()

