Prints the NEWS entries for each installed R4SUB ecosystem package. Useful for tracking what has changed across the ecosystem after updating.
Value
Invisibly returns a named list of news database objects, one per package. Called for its side effect of printing NEWS entries to the console.
Examples
r4sub_news()
#> ! No NEWS available for r4subcore.
#>
#> ── r4subtrace ──
#>
#> Changes in version 0.1.0
#>
#> - Initial CRAN release.
#> ── r4subscore ──
#>
#> Changes in version 0.1.0
#>
#> - Initial CRAN release.
#> ── r4subrisk ──
#>
#> Changes in version 0.1.0
#>
#> - Initial CRAN release.
#> ── r4subdata ──
#>
#> Changes in version 0.1.0
#>
#> - Initial CRAN release.
#> ── r4subprofile ──
#>
#> Changes in version 0.1.0
#>
#> - Initial CRAN release.
r4sub_news("r4subcore")
#> ! No NEWS available for r4subcore.