r-lib / lintr

Static Code Analysis for R
https://lintr.r-lib.org
Other
1.16k stars 184 forks source link

Update wordlist for spellcheck #2586

Closed IndrajeetPatil closed 1 month ago

IndrajeetPatil commented 1 month ago

Done via spelling::update_wordlist()

AshesITR commented 1 month ago

Where/how is this file used? Also wondering about the removal diff (e.g. "dcf").

IndrajeetPatil commented 1 month ago

Where/how is this file used?

This is what it is used when you run devtools::spell_check().

Also wondering about the removal diff (e.g. "dcf").

This is automated. It is removed, presumably because this term no longer appears anywhere in the docs, and thus no longer needs to be listed as a known spelling "error".

IndrajeetPatil commented 1 month ago

@AshesITR If I may self-promote, I talk about a number of such automated checks in these slides.