R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
	# Runs when attached to search() path such as by library() or require()
	if (interactive()) {
		packageStartupMessage('flexrsurv ',as.character(packageVersion("flexrsurv")),'. For help type ?flexrsurv')
	}
}

Try the flexrsurv package in your browser

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

flexrsurv documentation built on June 7, 2023, 5:09 p.m.