Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getChangeLog.Package

Gets the change log of this package


Description

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().

Usage

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

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.

Author(s)

Henrik Bengtsson

See Also

For more information see Package.


R.oo

R Object-Oriented Programming with or without References

v1.24.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.