r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

fix typos #175

Closed MichaelChirico closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #175 (4d18029) into main (a38200c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   80.63%   80.63%           
=======================================
  Files          19       19           
  Lines        1007     1007           
=======================================
  Hits          812      812           
  Misses        195      195           
Impacted Files Coverage Δ
R/package.R 87.09% <ø> (ø)
R/build.R 100.00% <100.00%> (ø)

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 a38200c...4d18029. Read the comment docs.

gaborcsardi commented 2 years ago

Thanks!