R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    AUCver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
    packageStartupMessage(paste(pkgname, AUCver))
    packageStartupMessage("Type AUCNews() to see the change log and ?AUC to get an overview.")
}

Try the AUC package in your browser

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

AUC documentation built on April 5, 2022, 1:15 a.m.