Skip to contents

Prints the package NEWS to the R console. Useful for quickly checking what changed between versions without leaving your R session.

Usage

glasstabs_news()

Value

Called for its side effect; returns NULL invisibly.

Examples

if (interactive()) {
  glasstabs_news()
}