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 2, 2019, 6:08 p.m.