R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  ## this is for compatibility -- hmr used to be part of iotools so some scripts may require that
  ## we make this default by now but will deprecate it eventually
  tryCatch(do.call("require", list("hmr",quietly=TRUE)), error=identity, warning=identity)
}

Try the iotools package in your browser

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

iotools documentation built on July 23, 2021, 9:07 a.m.