getHistory.Package {R.oo} | R Documentation |
Gets the history of this package, i.e. the HISTORY
file, which should is expected
to be located in the root directory of the package, i.e.
*getPath()
.
## S3 method for class 'Package': getHistory(this, newline=" ", ...)
newline |
The character string to collapse lines in the file. |
... |
Not used. |
Returns the complete contents of the HISTORY
file as a
character
string. If not found, NULL
is returned.
Henrik Bengtsson http://www.braju.com/R/
For more information see Package
.