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");
}

Try the HEMDAG package in your browser

Any scripts or data that you put into this service are public.

HEMDAG documentation built on Feb. 12, 2021, 5:13 p.m.