getPackageNEWS {biocViews} | R Documentation |
These functions visit two Bioconductor releases, identifying packages that are present in the ‘current’ repository and have NEWS since the base version of the same package in the ‘previous’ release. All NEWS is reported for packages only in the current repository.
getPackageNEWS(prevRepos="3.6", currRepos="3.7", repo=c("bioc", "data/experiment", "workflows")) printNEWS(dbs, destfile, overwrite = FALSE, width = 68, output=c("md", "text"), ...)
prevRepos |
|
currRepos |
|
repo |
|
dbs |
A list of |
destfile |
|
overwrite |
|
width |
|
output |
|
... |
additional arguments, unused. |
A list of news_db
files, as returned by utils::news
,
for each package for which relevant NEWS is available.
Martin Morgan mtmorgan@fhcrc.org and Lori Shepherd