identifyPackageType: Identifies the package type from a filename
Description
This function identifies the package type from a filename.
Usage
identifyPackageType(file, pkginfo = getPackageInfo(file))
Arguments
file
An R package in source or binary format,
pkginfo
information on the R package referenced by file
Value
string Type of the supplied package.
Details
The returned string is suitable for write_PACKAGES()
.