R/attach.R

Defines functions .onAttach

.onAttach <- function(...)
{
  msg <- paste("This is demography", utils::packageVersion("demography"),"\n")
  packageStartupMessage(msg)
}

Try the demography package in your browser

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

demography documentation built on Feb. 16, 2023, 7:02 p.m.