R/zzz.R

Defines functions .onLoad

.onLoad <- function(...) {
  ## use .onLoad rather than .First.lib when there is namespace
  cat("\nUse 'QTLNetworkR()' to restart the programe.\n",fill=TRUE)
  if (interactive()) QTLNetworkR()
}

Try the QTLNetworkR package in your browser

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

QTLNetworkR documentation built on May 2, 2019, 6:52 p.m.