R/zzz.R

Defines functions .onAttach

# Write a warning when package is loaded.
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(paste(pkgname, "is NOT VALIDATED, and should be reserved for exploratory analysis only."))
}
Novartis/subpat documentation built on April 11, 2020, 3:11 p.m.