getPackageInfo {drat} | R Documentation |
Get information from a binary package
Description
This function returns the compile-time information added
to the DESCRIPTION
file in the package.
Usage
getPackageInfo(file, OSflavour = character())
Arguments
file |
the fully qualified path of the package |
OSflavour |
an optional string naming the OSflavour, which is otherwise read as
the second element of the 'Built' field of the |
Value
A named vector with several components
Note
This is an internal function, use :::
to access it from outside
the internal package code.
Author(s)
Dirk Eddelbuettel
[Package drat version 0.2.5 Index]