View source: R/insertPackage.R
getPackageInfo | R Documentation |
This function returns the compile-time information added
to the DESCRIPTION
file in the package.
getPackageInfo(file, OSflavour = character())
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 |
A named vector with several components
This is an internal function, use :::
to access it from outside
the internal package code.
Dirk Eddelbuettel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.