R/welcome.R

Defines functions .onAttach

.onAttach <- function(...) {
  packageStartupMessage(paste0("Welcome to survxai (version: ", utils::packageVersion("survxai"), ").", "\n","Information about the package can be found in the GitHub repository: https://github.com/MI2DataLab/survxai"))
}

Try the survxai package in your browser

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

survxai documentation built on Aug. 28, 2020, 5:07 p.m.