getChangeLogEntry | R Documentation |
This methods can be used to manage ChangeLog objects.
getChangeLogEntry(log, ...)
## S4 method for signature 'ChangeLog'
getChangeLogEntry(log, version = NULL)
log |
An object of class |
... |
Additional options, as of now only |
version |
Character string, version number to look up. |
getChangeLogEntry
takes a ChangeLog object and a version number string and returns the according entry.
An object of class ChangeLog
.
readChangeLog
,
updateChangeLog
## Not run:
changelog <- readChangeLog("/home/user/myRsources/myRpackage/ChangeLog")
CL.entry <- getChangeLogEntry(changelog, version="0.02-22")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.