Learn R Programming

R.oo (version 1.2.7)

getChangeLog.Package: Gets the change log of this package

Description

Gets the change log of this package, that is, (by default) the ChangeLog (or the HISTORY) file, which should is expected to be located in the root directory of the package, i.e. *getPath().

Usage

## S3 method for class 'Package':
getChangeLog(this, filenames=c("ChangeLog", "HISTORY"), newline="
", ...)

Arguments

filenames
A character vector of (non-case sensitive) filenames to be searched for.
newline
The character string to collapse lines in the file.
...
Not used.

Value

  • Returns the complete contents of the change log file as a character string. If not found, NULL is returned.

See Also

For more information see Package.