R/zzz.R

Defines functions .onAttach

# Add Start-Up message.
.onAttach <- function(...) {
  # nocov start
  if (base::isFALSE(getOption("SCpubr.verbose"))){
    return()
  }
  # nocov end
  
  # Print startup message.
  do_PackageReport(startup = TRUE,
                   extended = FALSE)
}

Try the SCpubr package in your browser

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

SCpubr documentation built on Aug. 21, 2025, 6 p.m.