getMaintainer.Package: Gets the Maintainer of this package
Description
Gets the Maintainer of this package as specified by the DESCRIPTION
file.Usage
## S3 method for class 'Package}(this, ...)':
getMaintainerundefined
- ...
{Not used.}
Returns a character
string.
pkg <- Package("R.oo")
print(getMaintainer(pkg))
[object Object]
For more information see Package
.
internal
methods