R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  msg <- "This package is NOT VALIDATED, and should be reserved for exploratory analysis only."
  packageStartupMessage(msg)
}
Novartis/patprofile documentation built on April 24, 2020, 7:22 a.m.