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");
}
AnacletoLAB/HEMDAG documentation built on Oct. 14, 2022, 9:18 p.m.