phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

coverage matrix handles deprecation #151

Closed mariev closed 3 years ago

mariev commented 3 years ago

partially address #118

incorporates usage implemented via #152

mariev commented 3 years ago

summarizing other discussion:

vt_scrape_coverage_matrix provides deprecated details in both wide and long format (wide via attr tc_title, long as a variable). While the long implementation of vt_kable will remove deprecate variable if it is not populated e.g. no deprecated instances exist, for wide implementation vt_kable is naive and does not perform filtering.