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.
The QC status of all scripts checked into SVN by each author will be displayed, along with a high level summary of all scripts that need to be QCed.
if (FALSE) { # \dontrun{
with_demoRepo({
renderQCSummary()
})
} # }