Learn R Programming

pkgnews: Retrieve R Package News Files

Read R package news files, regardless of whether or not the package is currently installed, into your R session as a character vector.

Installation

You can install the released version from CRAN using:

install.packages("pkgnews")

Alternatively, you can install the latest version from GitHub using:

remotes::install_github("owenjonesuob/pkgnews")

Usage

The package only contains one exported function, news(), which can be used to retrieve the news for a specified package:

library(pkgnews)
news("pkgnews")

Note that the package doesn't need to be installed - though an internet connection must be available if that's the case.

news() checks for an installed copy of the package, followed by valid locations for the NEWS (or ChangeLog, if allow_changelog = TRUE) file on CRAN and Bioconductor.

Copy Link

Version

Install

install.packages('pkgnews')

Monthly Downloads

200

Version

0.0.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Owen Jones

Last Published

March 12th, 2021

Functions in pkgnews (0.0.2)

pkgnews

pkgnews: Retrieve R Package News Files
news

Read package news