Open jasdumas opened 7 years ago
This is a great suggestion, it could take the form of an RStudio add-in that wraps up https://github.com/btford/write-good for R
I'm still interested in this project as the second sub-bullet point from https://github.com/ropensci/unconf17/issues/5#issuecomment-302058661 incorporated as part of a testing package - anyone else?
I'm going to be working on this also today: https://github.com/ropenscilabs/gramr
In addition to write-good, there's also vale which has a neat plugin system.
Writing reports in RMarkdown has improved the way I communicate insights alongside code contained in one document, but I have spent numerous times re-working reports to remove silly mistakes in spelling and general grammar that the spell check in RStudio does not catch 😞
Project idea: Develop a package/tool that checks for grammar and avoids some obvious programming nomenclature in spelling such as:
hex color codes
known package names
file extensions
misspellings in comments or yaml header sections
The obvious alternatives are to use MS Word or Google Docs but I do enjoy just doing things in RStudio! (And I'm aware that this ticket basically admits that I'm bad at spelling and grammar)