R/sstModel_news.R

#' Display sstModel R-package News File
#'
#' @description display the NEWS.md file to obtain information
#'  about new features implemented in the packages, code optimizations, changes
#'  of API, bug fixes, etc...
#'
#' @export
sstModel_news <- function() {

  # PUBLIC FUNCTION.

  newsfile <- file.path(system.file(package="sstModel"),"NEWS.md")
  file.show(newsfile)
}

Try the sstModel package in your browser

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

sstModel documentation built on May 2, 2019, 12:16 p.m.