-
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"fromadd_p.tbl_survfit(). Users who need a G-rho family test can usetest = "survdiff"withtest.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()andsort_hierarchical()that was dropping class attributes. (#2397, @jszczypinski)