getDesciptionCon {reposTools} | R Documentation |
Return a connection to the DESCRIPTION file in the packageArchive.
packageArchive can be .tar.gz or .zip and can represent either a regular package or a bundle.
getDesciptionCon(packageArchive)
packageArchive |
The filename of an R package archive |
A connection object to the DESCRIPTION file for the specified package.
S. Falcon