inst/extdata/shiny/deps.R

pkgs.shiny <- c("shinycssloaders", "Cairo", "shinydashboard", "configr",
                "data.table", "shinyjs", "liteq", "DT", "benchmarkme",
                "stringr", "R.utils", "shiny", "RSQLite")
tryCatch({if (!requireNamespace("pacman")) install.packages("pacman")}, warning = function(w) {
  if (!requireNamespace("devtools"))
    install.packages("devtools")
  devtools::install_url("https://cran.r-project.org/src/contrib/Archive/pacman/pacman_0.4.6.tar.gz")
})
text <- sprintf("pacman::p_load(%s)", pkgs.shiny)
eval(parse(text = text))

Try the BioInstaller package in your browser

Any scripts or data that you put into this service are public.

BioInstaller documentation built on May 1, 2019, 11:17 p.m.