getMaintainer.Package.Rd
Gets the Maintainer of this package as specified by the DESCRIPTION
file.
# S3 method for class 'Package'
getMaintainer(this, as=c("character", "person"), include=c("given", "family"), ...)
A character
string specifying the return format.
A character
vector
specifying which person fields
to include if returning a character
string.
Optional arguments passed to format.person
.
For more information see Package
.
pkg <- Package("R.oo")
print(getMaintainer(pkg))
#> [1] "Henrik Bengtsson"