Description Usage Arguments Value Author(s)
View source: R/getPackageNEWS.R
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.
1 2 3 4 5 6 |
prevRepos |
|
currRepos |
|
repo |
|
srcdir |
Path to local checkout of package repositories, if NULL will try and use files on main builders |
dbs |
A list of |
destfile |
|
overwrite |
|
width |
|
output |
|
relativeLink |
Should links to packages be relative links on bioconductor.org website or include full url 'https//bioconductor.org'. default: FALSE is full url. |
... |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.