R/zzz.R

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

Try the matrixStats package in your browser

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

matrixStats documentation built on May 2, 2019, 4:52 p.m.