R/zzz.r

Defines functions .onAttach

.onAttach <- function(...) {
  info <- "Find out more at https://www.synthpop.org.uk/"
    packageStartupMessage(paste(strwrap(info), collapse = "\n"))
}
bnowok/synthpop documentation built on Sept. 1, 2022, 2:41 p.m.