showChangeLog.Package {R.oo} | R Documentation |
Show the change log of this package. If the change log file does not exist, an exception is thrown.
## S3 method for class 'Package': showChangeLog(this, filenames=c("NEWS", "HISTORY", "ChangeLog"), ...)
filenames |
A character vector of (non-case sensitive) filenames
to be searched for. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*getChangeLog()
.
For more information see Package
.