R/init_fns.R

Defines functions .First.lib

############################################################
##
## file: init_fns.R
##
## Mark Robinson (mrobinson@wehi.edu.au)
## Created 07 Oct 2007
##
##
############################################################

.First.lib <- function(libname, pkgname) {
  s <- search() 
  library.dynam("FIRMAGene",pkgname,libname,now=FALSE)
}

Try the FIRMAGene package in your browser

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

FIRMAGene documentation built on May 2, 2019, 5:55 p.m.