R/onAttach.R

.onAttach <- function(libname, pkgname) {
  if (interactive()) {
    packageStartupMessage('SCAT ', packageVersion('SCAT'), '  For help type ?scat')
    packageStartupMessage('The most frequently updated version can be downloaded from https://github.com/zhangh12/SCAT')
  }
}

Try the SCAT package in your browser

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

SCAT documentation built on May 2, 2019, 1:24 p.m.