R/zzz.r

Defines functions .onAttach

.onAttach <- function(...) {
  info <- "Find out more at https://www.synthpop.org.uk/"
    packageStartupMessage(paste(strwrap(info), collapse = "\n"))
}

Try the synthpop package in your browser

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

synthpop documentation built on Aug. 31, 2022, 5:06 p.m.