R/onattach.R

Defines functions .onAttach

.onAttach<-function(libname, pkgname)
{
  packageStartupMessage(paste0("Bioimagetools ", utils::packageVersion("bioimagetools")))
}

Try the bioimagetools package in your browser

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

bioimagetools documentation built on May 28, 2022, 5:06 p.m.