R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  if (!interactive() || stats::runif(1) > 0.5) return()
  
  intro <- c("To learn how to use climwin see our vignette. \n",
             "See help documentation and release notes for details on changes."
  )
  packageStartupMessage(intro)
}
LiamDBailey/climwin documentation built on July 8, 2022, 8:26 p.m.