R/zzz.R

Defines functions .onAttach

.onAttach = function(...) {
  if (!interactive() || runif(1) < 0.5) return()

  msg = "We've compiled a list of useful books: See
  vignette('books', package = 'jrIntroduction')" # nocov
  packageStartupMessage(paste(strwrap(msg), collapse = "\n")) # nocov
}
jr-packages/jrIntroductionRSS documentation built on Nov. 4, 2019, 3:23 p.m.