R/onAttach.R

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

Try the ARTP2 package in your browser

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

ARTP2 documentation built on May 2, 2019, 3:38 p.m.