R/zzz.R

Defines functions .onAttach

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

Try the dChipIO package in your browser

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

dChipIO documentation built on May 2, 2019, 5:25 p.m.