R/pkg.attach.R

Defines functions .onAttach

## HEMDAG welcome message
.onAttach <- function(libname=.libPaths(), pkgname="HEMDAG"){
  packageStartupMessage("HEMDAG: Hierarchical Ensemble Methods for DAG-structured taxonomies\nPlease cite HEMDAG if you use it: see citation('HEMDAG') for details\n");
}
marconotaro/HEMDAG documentation built on Nov. 20, 2024, 6:02 p.m.