3.3.2 #202
hreinwald
announced in
Announcements
3.3.2
#202
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
New Features
plot.drc(): addederrbar.lwdparameter for independent control of error bar line width intype = "bars"plots. WhenNULL(default), error bars inherit the line width from thelwdargument or fall back topar("lwd").Bug Fixes
update.drc()to fall back to stored data (object$origData) whencall$datacannot be resolved in the calling frame, enabling use ofupdate()insidelapply(),purrr::map(), and other functional programming contexts.vcDisc()to validate that the inverse Hessian has non-negative variances before returning, preventing invalid variance-covariance matrices from propagating downstream.Changes
relTolindrmc()from1e-7to1e-10for improved cross-platform reproducibility of optimization results.comparative-analysis.Rmd) documenting differences betweenhreinwald/drcand the originalDoseResponse/drcpackage._pkgdown.ymlwith categorized guides and technical reports.maEDtests that depended on platform-specific convergence behavior.boxcox.drc(functional programming context),update.drc(data resolution fallback), andvcDisc(singular Hessian handling).This discussion was created from the release 3.3.2.
All reactions