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

Handle R CMD check crashes better #163

Closed gaborcsardi closed 3 years ago

gaborcsardi commented 3 years ago

Now we throw an error if R CMD check exits with an exit status greater than 1. (It exists with 1 if the package fails to install, which we don't want to error on.)

Closes #110.

codecov-commenter commented 3 years ago

Codecov Report

Merging #163 (4a340a6) into master (279fa1b) will decrease coverage by 0.47%. The diff coverage is 58.82%.

:exclamation: Current head 4a340a6 differs from pull request most recent head c42f338. Consider uploading reports for the commit c42f338 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
- Coverage   81.57%   81.09%   -0.48%     
==========================================
  Files          19       19              
  Lines         993     1005      +12     
==========================================
+ Hits          810      815       +5     
- Misses        183      190       +7     
Impacted Files Coverage Δ
R/package.R 88.29% <56.25%> (-6.83%) :arrow_down:
R/background.R 95.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 279fa1b...c42f338. Read the comment docs.