cleanPkgField {pkgDepTools} | R Documentation |
Given the value from a field like 'Depends' in a package's DESCRIPTION file, return a character vector of package names with the version restrictions stripped and R removed.
cleanPkgField(val)
val |
character string parsed from a package's DESCRIPTION file containing package names and possible version specifiers. |
Internal function
FIXME: uses a private function from tools
Seth Falcon