Learn R Programming

svTools (version 0.9-5)

descriptionFields: List of possible fields in DESCRIPTION files

Description

List of possible fields in DESCRIPTION files and their meaning.

Usage

data(descriptionFields)

Arguments

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 and Optional.

description

a description of each field.

References

Writing R extensions

See Also

lintDescription, completeDescription

Examples

Run this code
# NOT RUN {
  (data(descriptionFields))
# }

Run the code above in your browser using DataLab