R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste0("Package: ", pkgname, ", Version: ", RFver))
  packageStartupMessage("Dynamic Survival Model using Bayesian Generalized Weibull Regression.")
  packageStartupMessage("Scientific Computing Group, Sentrana Inc. &\nHeart and Lung Institute, Imperial College London")
}

Try the BSGW package in your browser

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

BSGW documentation built on Dec. 28, 2022, 2:58 a.m.