R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("######################################################################
Welcome to 'deconvBench' package
Find citation details with citation(\"deconvBench\")
Use deconvEnvGUI() to start the Graphical User Interface in default browser
For detailed information see the scrolling Help in Graphical User Interface
######################################################################
")

  suppressPackageStartupMessages(pkgname)

}
libcell/deconvBench documentation built on Sept. 24, 2022, 12:36 p.m.