Open kelliemac opened 4 months ago
If anyone has other ideas of QC steps to add to this list, or in general ways to speed up report QC by partially automating it, feel free to chime in! Just brainstorming for now.
sort of duplicate of https://github.com/FredHutch/VISCtemplates/issues/119
See example from C101 B cell report, using testthat package to automate some of the checks: https://github.com/FredHutch/Caskey820Analysis/tree/main/bcell/Caskey820_Bcell_PT_Report_high_dose_interim_v2/tests
It would be really helpful to have functions that automate some of the common report QC steps (ideally directly on the pdf/docx files), such as:
and to have a use_this style function that drafts a .R file to run these on on the appropriate report files (which could then be customized with any other checks that the report writer wants to add). For example, a prototype that runs a spell check could be something like: