R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    if (interactive()) {
        packageStartupMessage("survMisc ", as.character(utils::packageVersion("survMisc")))
    }
}

Try the survMisc package in your browser

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

survMisc documentation built on April 7, 2022, 5:06 p.m.