R/SPEINews.R

Defines functions SPEINews

Documented in SPEINews

#' @title SPEINews
#'
#' @description Show the NEWS file of the \pkg{SPEI} package.
#'
#' @details (See description)
#'
#' @export
#'
SPEINews <- function() {
  file <- file.path(system.file(package = "SPEI"), "NEWS.md")
  file.show(file)
}
sbegueria/SPEI documentation built on July 22, 2023, 6:59 p.m.