Learn R Programming

svTools (version 0.9-0)

lintDescription: 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.

concept

code verification (linter) for DESCRIPTION

See Also

completeDescription