R/zzz.R

.onAttach <- function(libname, pkgname) {
  info <- utils::packageDescription(pkgname);
  packageStartupMessage(pkgname, " v", info$Version, " (", 
    info$Date, ") successfully loaded. See ?", pkgname, " for help.");
}

Try the cnagIO package in your browser

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

cnagIO documentation built on May 2, 2019, 6:47 p.m.