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"))
}
MI2DataLab/survxai documentation built on Sept. 10, 2022, 12:03 a.m.