getPackageInfo {drat} | R Documentation |
This function returns the compile-time information added
to the DESCRIPTION
file in the package.
getPackageInfo(file)
file |
the fully qualified path of the package |
A named vector with several components
This is an internal function, use :::
to access it from outside
the internal package code.
Dirk Eddelbuettel