This function generates a QC summary based on scripts within a given project and renders it into a PDF report.
renderQCSummary(.output_dir = NULL)
Invisible. The function will save a PDF report named "qc-summary-(current date).pdf" to the specified output directory (if available). If the R session is interactive, it will also open the PDF in the default browser.
A high level summary of all scripts that need to be QCed will be displayed along with a summary of recently modified scripts that have not been assigned to the QC log.
if (FALSE) { # \dontrun{
with_demoRepo({
renderQCSummary()
})
} # }