Generates all diagnostic PDF reports for a NONMEM run in sequence:
S1-OFV, S2-Parameters, S3-Predictions, S4-Residuals, S5-EBE,
SA-Input, SB-Output, SC-IndiPK.
if (FALSE) {
# Generate all reportsnmw_run("/path/to/nonmem/run/directory")
# Generate only OFV and parameter reportsnmw_run("/path/to/run", reports = c("ofv", "param"))
}