descriptionFields {svTools} | R Documentation |
List of possible fields in DESCRIPTION files
Description
List of possible fields in DESCRIPTION files and their meaning.
Usage
data(descriptionFields)
Format
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
andOptional
.description
a description of each field.
References
Writing R extensions
See Also
lintDescription
, completeDescription
Examples
(data(descriptionFields))
[Package svTools version 0.9-5 Index]