bregr 1.3.0
- Updated paper citation.
- Updated tests in
br_pipeline()
to reduce running time. - Fixed CRAN check issue in
br_show_coxph_diagnostics()
.
bregr 1.2.0
CRAN release: 2025-08-19
Enhancements & New Features:
- Introduced
br_show_forest_circle()
for circular forest plots. - Added diagnostic visualization for Cox PH models via
br_show_coxph_diagnostics()
. - Implemented
br_show_nomogram()
for clinical prediction modeling. - Added
dry_run
option tobr_pipeline()
for pipeline validation.
Fixes & Improvements:
- Resolved interaction term display and factor scaling in
br_show_nomogram()
.
bregr 1.1.0
- Improved factor handling and warnings in polar plot and risk network functions.
- Added
br_show_residuals()
to show residuals vs fitted plot for regression models. - Updated
br_set_x()
andbr_set_x2()
to properly handle different input types, including valid column names (in R), invalid column names, and model formula terms. - Supported error handling when model construction failed.
- Added
br_get_model_names()
andbr_rename_models()
to get and set model names. - Soft-deprecated
run_parallel
inbr_run()
. - Soft-deprecated
br_get_model()
by merging it withbr_get_models()
. - Introduced global options “bregr.save_model” and “bregr.path”, configurable via
options()
. - Enabled cross-platform parallel computation.
- Addressed lifecycle deprecation warnings in functions from ggplot2.
- Set the default
exponentiate
option appropriately inbr_run()
. - Expanded
br_avail_methods_use_exp()
to includec("poisson", "quasipoisson")
. - Added a
log_first
option tobr_show_forest()
. - Enhanced compatibility with multiple models from broom.helpers.
- Implemented the use of
:
for interaction term combinations throughout the package. - Created several new vignettes to introduce the capabilities of bregr.
- Fixed a bug where dropping multiple columns failed in
br_show_forest()
. - Resolved an issue where
br_get_model()
couldn’t properly process multiple string inputs for theidx
parameter.