Skip to content

gtsummary 2.5.1

Latest

Choose a tag to compare

@ddsjoberg ddsjoberg released this 30 May 14:55
  • Theme elements are no longer 'evaluated' by default, e.g. rlang::eval(). Only 'as_flex_table-lst:addl_cmds', 'as_gt-lst:addl_cmds', 'as_hux_table-lst:addl_cmds', 'as_kable_extra-lst:addl_cmds' elements that pass expressions are evaluated.

  • Removed test = "tarone" from add_p.tbl_survfit(). Users who need a G-rho family test can use test = "survdiff" with test.args = list(rho = ). (#2391)

  • Add alternative text to figures on website. (#1958)

  • Improved efficiency of style_number(). There is a slight change to a small subset of rounded values. For example, the difference between two dates was previously formatted to '0 days', and now it is formatted to '0'.

  • Fixed bug in tbl_hierarchical(), filter_hierarchical() and sort_hierarchical() that was dropping class attributes. (#2397, @jszczypinski)