ggrandomforests.news: Display the ggRandomForests NEWS file

View source: R/ggrandomforests.news.R

ggrandomforests.newsR Documentation

Display the ggRandomForests NEWS file

Description

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.

Usage

ggrandomforests.news(...)

Arguments

...

Currently unused; reserved for future arguments.

Value

Called for its side-effect of opening the NEWS file in the system pager (file.show). Returns invisible(NULL).


ggRandomForests documentation built on May 2, 2026, 5:06 p.m.