R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
  desc <- utils::packageDescription(pkgname)
  packageStartupMessage("This is ", pkgname, " Version ", desc$Version , " ", desc$Date, "\n")
  return(invisible(NULL))
}

Try the NNTbiomarker package in your browser

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

NNTbiomarker documentation built on May 1, 2019, 11:15 p.m.