R/hybridEnsembleNews.R

Defines functions hybridEnsembleNews

Documented in hybridEnsembleNews

#' Display the NEWS file
#'
#' \code{hybridEnsembleNews} shows the NEWS file of the hybridEnsemble package.
#' 
#' @examples
#' hybridEnsembleNews()
#' @return None.
#' @references Ballings, M., Vercamer, D., Bogaert, M., Van den Poel, D.
#' @seealso \code{\link{hybridEnsemble}}, \code{\link{predict.hybridEnsemble}}, \code{\link{importance.hybridEnsemble}}, \code{\link{CVhybridEnsemble}}, \code{\link{plot.CVhybridEnsemble}}, \code{\link{summary.CVhybridEnsemble}}
#' @author Michel Ballings, Dauwe Vercamer, Matthias Bogaert, and Dirk Van den Poel, Maintainer: \email{Michel.Ballings@@GMail.com}
hybridEnsembleNews <-
function() {
    newsfile <- file.path(system.file(package="hybridEnsemble"), "NEWS")
    file.show(newsfile)
}

Try the hybridEnsemble package in your browser

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

hybridEnsemble documentation built on April 1, 2023, 12:13 a.m.