You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major rewrite of plot_estimated_dose_curve() function.
Delta method calculations are now all done via msm::deltamethod().
Added progress and alert notifications to UI.
Added {markdown} as suggested dependency.
Added {cli} as dependency.
Tweaked references section in {pkgdown} site to only include exported functions organised by topic/usage.
Use consistently genomic conversion factor or genome_factor across all functions, help dialogues, and reports.
Added R-CMD check GitHub Action.
Added vignettes.
New features
Return conf_int in estimate_*() family of functions.
Parse est_full_doses$type in plot_estimated_dose_curve() function so unused assessments are not shown in legend.
Added match_names() function to match est_doses list names when calling plot_estimated_dose_curve().
Updated plot_estimated_dose_curve() to automatically build est_full_doses object from list of dose estimation results, added parse_conf_int_text() auxiliary function.
Bug fixes
Correct dispersion index value on estimate_whole_body_delta() when there's no aberrations.
Fixed issue in missing count data in DOCX fitting report.
Removed double calculation of cov_est in estimate_partial_dolphin().
Wrapped mixed Poisson model dose estimation in try() to ensure convergence (up to 5 tries).
Mixed Poisson model estimate_hetero_mixed_poisson() uses exact delta methods for dose and fraction irradiated, as described in paper by Pujol et al. (2016) https://doi.org/10.1667/RR14145.1.
Fixed gamma and gamma_error parsing when calling estimate_hetero_mixed_poisson() in mod_estimation_results_server().
Wrap unicode characters (\uxxxx) in rlang::as_utf8_character() to avoid "unable to translate to native encoding" warning on Windows.
New functions
get_deltamethod_std_err(): auxiliary function to wrap all msm::deltamethod() calls.
Improvements
Fixed order of output case data columns in calculate_aberr_table() so they match the final output in Shiny.