Change Log
Show the most recent changes from a package change log or NEWS file.
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
changeLog() changeLog(package="statmod")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.