R/package.R

".onLoad" <- function(libname, pkgname)
{   
}

".onUnload" <- function(libpath)
{
}

".onAttach" <- function(libname, pkgname)
{
  if (interactive())
  {
    packageStartupMessage('Loading ', pkgname, ' version ', as.character(packageVersion(pkgname)))
  }
}

Try the ifultools package in your browser

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

ifultools documentation built on July 14, 2022, 5:07 p.m.