R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(lib, pkg) {
  ## cat("Type citation('cellHTS2') for how to cite cellHTS2.")
}

.onAttach <- function(libname, pkgname) {
   ## set up menus -- windows only for now
   if( .Platform$OS.type == "windows" && .Platform$GUI == "Rgui" )
      addVigs2WinMenu("cellHTS2") ## in Biobase
}

Try the cellHTS2 package in your browser

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

cellHTS2 documentation built on Nov. 8, 2020, 6 p.m.