R/zzz.R

Defines functions onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("dim(refdata) and dimnames(refdata) no longer allow parameter ref=TRUE, use dim(derefdata(refdata)), dimnames(derefdata(refdata)) instead")
}

Try the ref package in your browser

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

ref documentation built on May 30, 2017, 2:19 a.m.