Description Usage Arguments Details Value Author(s) See Also Examples
Show the most recent changes from a package change log or NEWS file.
1 | changeLog(n = 30, package = "limma")
|
n |
integer, number of lines to write of change log. |
package |
character string giving name of package. |
The function will look for a file changelog.txt
or ChangeLog
in the top-level or doc
directories of the installed package.
Failing that, it will look for NEWS
or NEWS.md
in the top-level directory.
Note that changeLog
does not write the content of NEWS.Rd
, which is a structured file.
Use news(package="limma")
for that instead.
No value is produced, but a number of lines of text are written to standard output.
Gordon Smyth
01.Introduction, news
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.