getChangeLogEntry-methods: Read/write ChangeLog objects

getChangeLogEntryR Documentation

Read/write ChangeLog objects

Description

This methods can be used to manage ChangeLog objects.

Usage

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

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

## End(Not run)

unDocUMeantIt/roxyPackage documentation built on March 9, 2023, 6:31 p.m.