R/RboristNews.R

Defines functions RboristNews

Documented in RboristNews

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

Try the Rborist package in your browser

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

Rborist documentation built on July 26, 2023, 5:32 p.m.