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

implement an alternative way of getting release date #42

Closed pawelru closed 4 months ago

pawelru commented 4 months ago

pkgcache stopped reporting publish date used as a release date used in min_cohort strategy. As a result, NA is used which makes max release date not correct. I have reported this (linked issue) and the maintainer agreed it's an issue that needs a fix. Until this happen, please see this temporary workaround of scrapping it from CRAN webpage.

@Melkiades FYI: that's the root cause of the formatters issue we have observed

github-actions[bot] commented 4 months ago

badge

Code Coverage Summary

Filename                          Stmts    Miss  Cover    Missing
------------------------------  -------  ------  -------  ------------------------
R/check.R                            37      37  0.00%    26-170
R/deps_installation_proposal.R      139     139  0.00%    58-269
R/desc_utils.R                       70      42  40.00%   15-32, 108, 117-167, 185
R/get_ref.R                         218     217  0.46%    13-419, 435-467
R/solve.R                            81      81  0.00%    9-165
R/utils.R                            70      55  21.43%   3-22, 38-113
TOTAL                               615     571  7.15%

Diff against main

Filename                          Stmts    Miss  Cover
------------------------------  -------  ------  --------
R/deps_installation_proposal.R       +2      +2  +100.00%
R/get_ref.R                         +10     +10  -0.02%
TOTAL                               +12     +12  -0.14%

Results for commit: 07c97c0802c9473a0e7ed34a1b0e2aa0a69355bd

Minimum allowed coverage is 80%

:recycle: This comment has been updated with latest results

github-actions[bot] commented 4 months ago

Unit Tests Summary

 1 files   4 suites   1s :stopwatch: 41 tests 13 :white_check_mark: 28 :zzz: 0 :x: 94 runs  65 :white_check_mark: 29 :zzz: 0 :x:

Results for commit 07c97c08.

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