getChangeLogEntry-methods: Read/write ChangeLog objects

Description Usage Arguments Details Value See Also Examples

Description

This methods can be used to manage ChangeLog objects.

Usage

1
2
3
4
getChangeLogEntry(log, ...)

## S4 method for signature 'ChangeLog'
getChangeLogEntry(log, version = NULL)

Arguments

log

An object of class ChangeLog.

...

Additional options, as of now only version is supported (see below).

version

Character string, version number to look up.

Details

getChangeLogEntry takes a ChangeLog object and a version number string and returns the according entry.

Value

An object of class ChangeLog.

See Also

readChangeLog, updateChangeLog

Examples

1
2
3
4
5
## Not run: 
changelog <- readChangeLog("/home/user/myRsources/myRpackage/ChangeLog")
CL.entry <- getChangeLogEntry(changelog, version="0.02-22")

## End(Not run)

saurfang/roxyPackage documentation built on May 29, 2019, 3:20 p.m.