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

vt_kable_test_code is latex hard coded #100

Closed thebioengineer closed 3 years ago

thebioengineer commented 3 years ago

This function will only work with latex due to coloring of the "pass/fail" field. how to make that more genera. TODO:

mariev commented 3 years ago

should we depend on {colortable} 😏

thebioengineer commented 3 years ago

Gotta get that on CRAN then 😂

thebioengineer commented 3 years ago

option 2: remove coloring. Color is nice to call out pass/fail, but is that necessary?

thebioengineer commented 3 years ago

https://datadojo.dev/2018/11/05/formatting-tables-in-r-markdown-with-kableextra/ use cell spec to set color