R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg){
   packageStartupMessage("R/qtlmt is loaded\n")
}
.noGenerics <- TRUE
#.onUnload <- function(libpath){
#   library.dynam.unload("qtlmt", libpath)
#}

Try the qtlmt package in your browser

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

qtlmt documentation built on May 2, 2019, 2:23 p.m.