## ----include = TRUE, eval = FALSE---------------------------------------------
# NA

## ----cran-installation, eval = FALSE, echo=TRUE-------------------------------
# install.packages("devtools")
# devtools::install_github(file.path("rmsharp", "nprcgenekeepr"))

## ----gh-installation, eval = FALSE, echo=TRUE---------------------------------
# install.packages("devtools")
# devtools::install_github(file.path("rmsharp", "nprcgenekeepr"))

## ----running-shiny-application, echo = TRUE, eval = FALSE---------------------
# library(nprcgenekeepr) # nolint: undesirable_function_linter
# runGeneKeepR()

