R/zzz.r

.onLoad <- function(libname, pkgname)
{
  if (interactive())
    options(error=stop_dym)
  
  invisible()
}



.onUnload <- function(libpath)
{
  options(error=NULL)
}
homerhanumat/Rdym2 documentation built on May 17, 2019, 4:50 p.m.