getAuthor.Package {R.oo} | R Documentation |
Gets the Author of this package as specified by the DESCRIPTION
file.
## S3 method for class 'Package': getAuthor(this, ...)
... |
Not used. |
Returns a character
string.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Package
.
pkg <- Package("R.oo") print(getAuthor(pkg))