descriptionFields {svTools} | R Documentation |
List of possible fields in DESCRIPTION files and their meaning.
data(descriptionFields)
A data frame with 27 entries on the following 3 variables.
field
the name of the field as it should appear on the DESCRIPTION file.
optional
a factor with levels Mandatory
and
Optional
.
description
a description of each field.
Writing R extensions
lintDescription
, completeDescription
(data(descriptionFields))