R/distr6.news.R

Defines functions distr6News

Documented in distr6News

#' @title Show distr6 NEWS.md File
#' @description Displays the contents of the NEWS.md file for viewing distr6
#' release information.
#' @return NEWS.md in viewer.
#' @examples
#' \dontrun{
#' distr6News()
#' }
#' @export
# nocov start
distr6News <- function() {
  file.show(file.path(system.file(package = "distr6"), "NEWS.md"),
    title = "distr6 Changelog"
  )
}
# nocov end

Try the distr6 package in your browser

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

distr6 documentation built on March 28, 2022, 1:05 a.m.