showChangeLog.Package {R.oo} | R Documentation |
Show the change log of this package
Description
Show the change log of this package. If the change log file does not exist, an exception is thrown.
Usage
## S3 method for class 'Package'
showChangeLog(this, filenames=c("NEWS", "NEWS.md", "HISTORY", "ChangeLog"), ...)
Arguments
filenames |
A |
... |
Not used. |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
*getChangeLog()
.
For more information see Package
.
[Package R.oo version 1.25.0 Index]