View source: R/ggrandomforests.news.R
| ggrandomforests.news | R Documentation |
Opens the package change log in the system pager so users can read the
version history without leaving their R session. The function reads
NEWS.md from the installed package root (the canonical change log
that R also surfaces via utils::news()). inst/NEWS was
removed in v2.7.1 to eliminate the duplicate-source-of-truth maintenance
hole that left the legacy file frozen at v2.4.0; if any installation
still ships an inst/NEWS, this function falls back to it.
ggrandomforests.news(...)
... |
Currently unused; reserved for future arguments. |
Called for its side-effect of opening the NEWS file in the system
pager (file.show). Returns invisible(NULL).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.