R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    BoostMLR.version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    packageStartupMessage(paste("\n",
                                pkgname,
                                BoostMLR.version,
                                "\n",
                                "\n",
                                "Type BoostMLR.news() to see new features, changes, and bug fixes.",
                                "\n",
                                "\n"))
}

Try the BoostMLR package in your browser

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

BoostMLR documentation built on Feb. 25, 2021, 5:06 p.m.