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

include CRAN when getting min ver #5

Closed pawelru closed 1 year ago

pawelru commented 1 year ago

Include search in CRAN for minimal version. Example is flextable - there is only one tag in repo whereas there are multiple versions on CRAN.

github-actions[bot] commented 1 year ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ---------
R/check.R                            25      25  0.00%    15-120
R/deps_installation_proposal.R       79      79  0.00%    43-170
R/get_min_ver.R                      69      69  0.00%    13-185
TOTAL                               173     173  0.00%

Diff against main

Filename           Stmts    Miss  Cover
---------------  -------  ------  --------
R/get_min_ver.R      +69     +69  +100.00%
TOTAL                +69     +69  +100.00%

Results for commit: ad330c739712c8fd7f2d39052ce143c6fa41b2ba

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

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 78be9c01.

:recycle: This comment has been updated with latest results.