cleanPkgField {pkgDepTools}R Documentation

Clean Packages Names from a DESCRIPTION File Field

Description

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.

Usage

cleanPkgField(val)

Arguments

val character string parsed from a package's DESCRIPTION file containing package names and possible version specifiers.

Details

Internal function

Warning

FIXME: uses a private function from tools

Author(s)

Seth Falcon


[Package pkgDepTools version 1.0.1 Index]