The directory of an R package to extract diagnostic messages from. Path is passed to as.package.
Value
A data frame containing each message with a potentially misspelled word, the misspelled word, and the source code file in which the message is located, and (for each word) a list of suggested corrections. If no words are misspelled, a data frame with zero rows.
Details
Extracts diagnostic messages from a package and processes them using hunspell to check for possible spelling mistakes.