Release Notes
release_notes.RmdDarwinReporter 1.0.1 - May, 2024
What’s New
- For a NONMEM search,
$TABLEstatements are no longer required intemplate.txtin order to runCertara.DarwinReporter::darwinReportUI(). If$TABLEstatements are missing in the template file (and subsequently not generated in key model run folders), users can still launch the Shiny application and can view parameter estimates tables and generate Darwin search plots. Note,xposerelated GOF plots will be unavailable if no$TABLEfiles are specified.
DarwinReporter 1.0.0 - November, 2023
What’s New
Certara.DarwinReporteris an R package for importing and analyzing output files from a pyDarwin automated model search. Use the functiondarwin_data()to initialize thedarwin_dataclass object, to be supplied to plotting functions and the Shiny application for interactive analysis and RMarkdown report generation.The function
fitness_vs_iteration()has been made available to plot mean/min fitness by iteration.The function
fitness_penalties_vs_iteration()has been made available to plot the composition of fitness (e.g., OFV and penalties) by iteration.A Shiny application is provided to create, customize, and generate the underlying code for model diagnostics plots and tables used to evaluate a pyDarwin automated model search. The Shiny application can be run with the function
darwinReportUI().Supports analysis of either NLME or NONMEM pyDarwin automated model search output.