ropensci / spelling

Tools for Spell Checking in R
https://docs.ropensci.org/spelling
Other
107 stars 25 forks source link

Enhancement request: sort output of spell_check_package() by file #26

Open hyginn opened 5 years ago

hyginn commented 5 years ago

A reasonable workflow is to open files one after another and fix misspellings. Thus it would be useful to have a parameter by_file (logical, default FALSE) to sort the output by files, not alphabetically by misspelled word.

(I can submit a patch if that seems useful.)