-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
To run a spell check on all Rmd files:
spell_check_files(list.files(pattern=".Rmd"), lang = 'en-GB')Mostly false positives but a few hits:
WORD FOUND IN
absense base-types.Rmd:117
analog beyond-exception-handling.Rmd:271
Functionals.Rmd:478
arugment Evaluation.Rmd:499
attibute Translation.Rmd:176
...
We can also automate this if you'd like.