R/onAttach.R

Defines functions .onAttach

.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')
  }
}
zhangh12/ARTP3 documentation built on Aug. 16, 2019, 7:39 p.m.