ropensci / spelling

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

Improve auto-generated spelling.R file (and use it) #18

Open kbenoit opened 5 years ago

kbenoit commented 5 years ago

I thought it ironic that the author of lintr would auto-generate a file (tests/spelling.R) that would fail a lint check, and also that the package itself fails its own spelling check! 😉

Great package!!

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   42.95%   42.95%           
=======================================
  Files           7        7           
  Lines         298      298           
=======================================
  Hits          128      128           
  Misses        170      170
Impacted Files Coverage Δ
R/spell-check.R 30.82% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7fab414...177b2f4. Read the comment docs.