R/AUCNews.R

Defines functions AUCNews

Documented in AUCNews

AUCNews <-
function() {
    newsfile <- file.path(system.file(package="AUC"), "NEWS")
    file.show(newsfile)
}

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.