R/zzz.R

Defines functions .onAttach

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

Try the QTLRel package in your browser

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

QTLRel documentation built on Aug. 9, 2023, 1:07 a.m.