Changelog
Source:NEWS.md
guideR 0.8.0
Minor breaking change
-
theme_gtsummary_prop_n()andtheme_gtsummary_unweighted_n()have been updated following version 2.5.0 ofgtsummary(#44) -
plot_proportions()has been reorganized (some column names have changed when callingreturn_data = TRUE)
New features
- new function
plot_categorical()to plot a categorical variable by sub-groups using bar plots (#47) - new function
plot_continuous()to plot a continuous variable by sub-groups using bar boxplots (#47) - new function
plot_means()to compare means by sub-groups - new method
mean_sd()to compute means, standard deviation and confidence intervals by sub-group - new method
median_iqr()to compute medians, quartiles and interquartile ranges by sub-group - new function
svyoneway()to test for equal means for survey design object - new
svyttest_oneway()test forgtsummary::add_p.tbl_svysummaryusingsurvey::svyttest()for comparing 2 means andsvyoneway()for comparing 3 means or more - new colour palette
safe_pal()and corresponding scalesscale_fill_safe()andscale_colour_safe()forggplot2(#49) - new argument
minimalforplot_proportions()(#51) - new argument
drop_ba_byforplot_multiple_answers()andplot_multiple_answers_dodge()
Fix
- bug fix in
proportions()when.na.rm = TRUE(#46)
guideR 0.7.0
CRAN release: 2025-11-26
New features
- additional themes for
gtsummary:theme_gtsummary_prop_n(),theme_gtsummary_unweighted_n(),theme_gtsummary_fisher_simulate_p()andtheme_gtsummary_bold_labels()(#42) -
fisher.simulate.p(), an implementation of the Fisher test, with computation of p-values by Monte Carlo simulation in larger than 2×2 tables, to be used ingtsummary::add_p()(#41)
guideR 0.6.0
CRAN release: 2025-11-08
New features
- new functions
plot_trajectories()andplot_periods()to plot individual trajectories (similar to sequence index plots) (#35) - new functions
view_dictionary()andview_detailed_dictionary()to display the variable dictionary of a data frame, a tibble or a survey object (#33) -
view_dictionary()andview_detailed_dictionary()are also accessible through dedicated addins (#33) - new utility
to_DT()to convert the result oflabelled::look_for()into aDT::datatable()(#33) - new utilities for tables generated with
gtsummary:bold_variable_group_headers(),italicize_variable_group_headers(),indent_labels()andindent_levels()(#34)
guideR 0.5.1
CRAN release: 2025-10-21
New feature
- new function
plot_multiple_answers_dodge()(#31)
Fix
- fix in
plot_multiple_answers()withNAvalues 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
dependenciesforinstall_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_scaleforplot_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_continuousforplot_proportions()(#14) - new argument
.drop_by_naforproportion()(#12) - new argument
drop_by_naforplot_proportions()(#16)
Bug fixes
- fix in
proportion()when.conf.int = TRUEand 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)