Releases: WangLabCSU/bregr
Releases · WangLabCSU/bregr
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_parallelinbr_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
exponentiateoption appropriately inbr_run(). - Expanded
br_avail_methods_use_exp()to includec("poisson", "quasipoisson"). - Added a
log_firstoption 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 theidxparameter.
bregr 1.0.0
- The first experimental version submitted to CRAN.