R/zzz.R

Defines functions .onAttach

# This is where .onLoad and friends functions go

# Package startup message
.onAttach <- function(libname, pkgname) {
  packageStartupMessage('maidrr: develop a Model-Agnostic Interpretable Data-driven suRRogate.')
}
henckr/maidrr documentation built on July 27, 2023, 3:17 p.m.