R/zzz.R

.First.lib <- function(libname, pkgname) {
  pd <- utils::packageDescription(pkgname);
  packageStartupMessage(sprintf("Loaded %s v%s (%s). HOWEVER, %s.", pd$Package, pd$Version, pd$Date, pd$Description));
}

Try the EBImage package in your browser

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

EBImage documentation built on May 2, 2019, 6:48 p.m.