R/preamble.R

Defines functions .onAttach

.onAttach <- function(...) {
  date <- date()
  greet <- paste("# This package was created for research supported by NIH Grant R01 CA157528")
  packageStartupMessage(greet)
}

Try the cope package in your browser

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

cope documentation built on May 2, 2019, 6:32 a.m.