getChangeLog.Package | R Documentation |
Gets the change log of this package, that is, (by default) the NEWS
(then the
HISTORY
and ChangeLog
) file, which should is expected to
be located in the root directory of the package,
i.e. *getPath()
.
## S3 method for class 'Package'
getChangeLog(this, filenames=c("NEWS", "HISTORY", "ChangeLog"), newline="\n", ...)
filenames |
A |
newline |
The |
... |
Not used. |
Returns the complete contents of the change log file as a
character
string. If not found, NULL
is returned.
Henrik Bengtsson
For more information see Package
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.