View source: R/insertPackage.R
identifyPackageType | R Documentation |
This function identifies the package type from a filename.
identifyPackageType(file, pkginfo = getPackageInfo(file))
file |
An R package in source or binary format, |
pkginfo |
information on the R package referenced by |
The returned string is suitable for write_PACKAGES()
.
string Type of the supplied package.
This is an internal function, use :::
to access it from outside
the internal package code.
Jan Schulz and Dirk Eddelbuettel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.