lintDescription {svTools} | R Documentation |
Check correctness of the content in a DESCRIPTION file.
lintDescription(descfile, txt = readLines(descfile))
descfile |
a DESCRIPTION file name. |
txt |
the text containing the description; if provided, |
A data frame that contains errors found in the DESCRIPTION file.
Romain Francois <francoisromain@free.fr>