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 19 observations 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 Optional
description
A description of each field

References

Writing R extensions

Examples

data(descriptionFields)

[Package svTools version 0.0-12 Index]