insightsengineering / verdepcheck

An R package that tests your R package against the min/max versions of specified dependencies
https://insightsengineering.github.io/verdepcheck/
Other
6 stars 0 forks source link

assure check returns NULL on error #10

Closed pawelru closed 1 year ago

pawelru commented 1 year ago

sometimes R CMD CHECK results in error - we want to continue the process in order to enter debug print statements for developers to analyse the root cause

github-actions[bot] commented 1 year ago

Unit Tests Summary

8 tests   0 :heavy_check_mark:  0s :stopwatch: 1 suites  8 :zzz: 1 files    0 :x:

Results for commit 5a77d112.

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ---------
R/check.R                            33      33  0.00%    15-128
R/deps_installation_proposal.R       82      82  0.00%    43-174
R/get_min_ver.R                      75      75  0.00%    13-193
TOTAL                               190     190  0.00%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
R/check.R        +8      +8  +100.00%
TOTAL            +8      +8  +100.00%

Results for commit: f38956a8f30598cccedaa3cbadd46a9167f2806c

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results