R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "admiral.test v0.7.0 ",
    "will be the final version. ",
    "At the end of 2023, ",
    "the package will be archived in favor of pharmaversesdtm."
  )
}

Try the admiral.test package in your browser

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

admiral.test documentation built on Sept. 10, 2023, 5:06 p.m.