R/vignetteImports.R

# MAIN -----------------------------------------------------------------------
#' The following are packages only called in vignette and need to be imported
#'
#' @import gridExtra grid cowplot metaplot RColorBrewer png ggplot2

initLibs <- function(){
  library(gridExtra)
  library(grid)
  library(cowplot)
  library(metaplot)
  library(RColorBrewer)
  library(png)
  library(ggplot2)
}
ehfhcrc/ImmSig2 documentation built on May 16, 2019, 12:15 a.m.