R/interpretRNews.R

Defines functions interpretRNews

Documented in interpretRNews

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

Try the interpretR package in your browser

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

interpretR documentation built on Aug. 20, 2023, 1:07 a.m.