Release Notes
release_notes.Rmd
DarwinReporter 1.0.1 - May, 2024
What’s New
- For a NONMEM search,
$TABLE
statements are no longer required intemplate.txt
in order to runCertara.DarwinReporter::darwinReportUI()
. If$TABLE
statements 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,xpose
related GOF plots will be unavailable if no$TABLE
files are specified.
DarwinReporter 1.0.0 - November, 2023
What’s New
Certara.DarwinReporter
is an R package for importing and analyzing output files from a pyDarwin automated model search. Use the functiondarwin_data()
to initialize thedarwin_data
class 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.