R/rotationForestNews.R

#' Display the NEWS file
#'
#' \code{rotationForestNews} shows the NEWS file of the rotationForest package.
#' 
#' @examples
#' rotationForestNews()
#' @author Michel Ballings and Dirk Van den Poel, Maintainer: \email{Michel.Ballings@@GMail.com}
rotationForestNews <-
function() {
    newsfile <- file.path(system.file(package="rotationForest"), "NEWS")
    file.show(newsfile)
}

Try the rotationForest package in your browser

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

rotationForest documentation built on May 2, 2019, 1:42 p.m.