R/showNews.R

"showNews" <- function(pkgname, filename = c("NEWS", "CHANGES"))
{
    filename <- match.arg(filename)

    file.show(paste(.libPaths(), pkgname, filename, sep = "/"), 
    title = paste("Package information for", pkgname))
}
## drc:::showNews("drc")

Try the drc package in your browser

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

drc documentation built on May 1, 2019, 8:43 p.m.