R/zzz.R

Defines functions onLoad

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

 

Try the NTsets package in your browser

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

NTsets documentation built on Sept. 21, 2018, 6:14 p.m.