lintDescription {svTools}R Documentation

Description linter

Description

Check correctness of the content in a DESCRIPTION file.

Usage

lintDescription(descfile, txt = readLines(descfile))

Arguments

descfile

a DESCRIPTION file name.

txt

the text containing the description; if provided, descfile is ignored.

Value

A data frame that contains errors found in the DESCRIPTION file.

Author(s)

Romain Francois <francoisromain@free.fr>

See Also

completeDescription


[Package svTools version 0.9-5 Index]