R/main.r

Defines functions MethodsBenchmarking.run

Documented in MethodsBenchmarking.run

# You can learn more about package authoring with RStudio at:
#
#   http://r-pkgs.had.co.nz/
#
# Some useful keyboard shortcuts for package authoring:
#
#   Build and Reload Package:  'Ctrl + Shift + B'
#   Check Package:             'Ctrl + Shift + E'
#   Test Package:              'Ctrl + Shift + T'


#' @export
MethodsBenchmarking.run <- function()
{
    library("shiny")
    library("shinyjs")
    library("ggcyto")
    library("flowCore")
    library("gtools")
    library("Biobase")

    appDir <- system.file("shinyApp", "app", package = "MethodsBenchmarking")
    if (appDir == "")
    {
        stop("Could not find app directory. Try re-installing `MethodsBenchmarking`.", call. = FALSE)
    }

    shiny::runApp(appDir, display.mode = "normal", launch.browser = T)
}
IsamBenS/Clustering-Methods-Benchmarking documentation built on May 23, 2019, 6:08 p.m.