R/onAttach.R

.onAttach <- function(libname, pkgname) {
  if (interactive()) {
    packageStartupMessage('MRCC ', packageVersion('MRCC'), '  For help type ?mrcc ')
    packageStartupMessage('The most frequently updated version can be downloaded from https://github.com/zhangh12/MRCC')
  }
}
zhangh12/MRCC documentation built on May 4, 2019, 10:16 p.m.