Changelog
Source:NEWS.md
guideR 0.4.0
New features
- new helpers (
grouped_tbl_pivot_wider()
,multinom_add_global_p_pivot_wider()
andstyle_grouped_tbl()
) for grouped tables generated bygtsummary::tbl_regression()
for multinomial models, multi-components models or other grouped models (#3) -
dummy_proportions()
helper forplot_proportions()
(#21) - new argument
free_scale
forplot_proportions()
(#22)
guideR 0.3.0
CRAN release: 2025-03-29
New features
-
plot_proportions()
now accepts several conditions (#18) -
stratified_by()
helper forplot_proportions()
(#19) - new function
cut_quartiles()
(#13) - new argument
convert_continuous
forplot_proportions()
(#14) - new argument
.drop_by_na
forproportion()
(#12) - new argument
drop_by_na
forplot_proportions()
(#16) -
install_dependencies()
now checks if dependencies are on CRAN/BIOC, installs those available and returns the list of packages not installed/updated.
Bug fixes
- fix in
proportion()
when.conf.int = TRUE
and some rows have no observation (N = 0) (#15)
guideR 0.2.0
CRAN release: 2025-03-16
New features
-
proportion()
could be applied to atomic vectors (#4) - new function
periods_to_long()
(#7) - new function
plot_proportions()
(#9)