Changelog
Source:NEWS.md
guideR 0.5.1
CRAN release: 2025-10-21
New feature
- new function
plot_multiple_answers_dodge()
(#31)
Fix
- fix in
plot_multiple_answers()
withNA
values whendrop_na = FALSE
(#31)
guideR 0.5.0
CRAN release: 2025-10-19
New features
- new function
plot_multiple_answers()
to plot a multiple answers question coded as several binary variables (#29) - new helper
combine_answers()
for multiple answers questions (#29)
guideR 0.4.1
CRAN release: 2025-09-16
New feature
- new argument
dependencies
forinstall_dependencies()
(#27)
guideR 0.4.0
CRAN release: 2025-04-22
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) -
install_dependencies()
now checks if dependencies are on CRAN/BIOC, installs those available and returns the list of packages not installed/updated.
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)
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)