-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automating some of the report QC steps #181
Comments
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 #119 |
See example from C101 B cell report, using testthat package to automate some of the checks: |
Hoping maybe we can use AI tools to speed this process along |
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:
The text was updated successfully, but these errors were encountered: