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."
  )
}
pharmaverse/admiral.test documentation built on Sept. 12, 2023, 9:48 p.m.