cleanPkgField: Clean Packages Names from a DESCRIPTION File Field

View source: R/cleanPkgField.R

cleanPkgFieldR 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


Bioconductor/pkgDepTools documentation built on Nov. 19, 2022, 1:32 a.m.