R/zzz.R

Defines functions .onAttach

.onAttach<-function(...){
  # uses packageStartupMessage which can then be
  # surpressed

  version <- utils::packageVersion("mrds")
  built <- utils::packageDescription("mrds",fields="Built")

  hello <- paste0("This is mrds ",version,"\nBuilt: ",built)
  
  packageStartupMessage(hello)
}

Try the mrds package in your browser

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

mrds documentation built on Aug. 8, 2025, 6:39 p.m.