|
1 | 1 | # gtsummary (development version)
|
2 | 2 |
|
3 |
| -* Bug fix in `add_overall.tbl_custom_summary()` due to extraneous arguments being passed to primary function. (#2027) |
| 3 | +### New Features and Functions |
4 | 4 |
|
5 | 5 | * Added function `tbl_hierarchical()`, `tbl_hierarchical_count()`, `tbl_ard_hierarchical()`, `brdg_hierarchical()`, and `pier_summary_hierarchical()`. Consider these functions as a preview. We will be making changes without the full deprecation cycle in the coming releases. (#1872)
|
6 | 6 |
|
7 | 7 | * Adding the `style_*(prefix, suffix)` and `label_style_*(prefix, suffix)` for adding a string before or after the formatted results. These arguments have not been added to the p-value formatting functions. (#1690)
|
8 | 8 |
|
9 |
| -* Bug fix in `add_p.tbl_survfit()` when the original call included `tbl_survfit(type)` specification. (#2002) |
| 9 | +* Added argument `tbl_ard_summary(overall)`. When `TRUE`, the ARD is parsed into primary ARD and the Overall ARD and we run `tbl_ard_summary() |> add_overall()`. (#1940) |
| 10 | + |
| 11 | +* Added `add_stat_label.tbl_ard_summary()` method. (#1969) |
| 12 | + |
| 13 | +### Other Updates |
| 14 | + |
| 15 | +* Headers in {gt} tables being exported to PDF do not support the `\n` line breaker. Previously, line breakers were stripped from the header in the `print.gtsummary()` S3 method. But this did not apply to users utilizing `as_gt()` to further customize their tables. As a result, the line breaking strip has been migrated to `as_gt()`. (#1960) |
10 | 16 |
|
11 | 17 | * Migrated the `tbl_survfit.list(conf.level)` up to `tbl_survfit.data.frame(conf.level)` where the confidence level is passed to `survival::survfit()`.
|
12 | 18 |
|
13 | 19 | * Update in `tbl_ard_summary()` to better handle non-standard ARDs (i.e. not our typical continuous or categorical summaries) by assigning them a default summary type. (#1991)
|
14 | 20 |
|
15 | 21 | * Made the `oneway.test()` available in `add_p.tbl_continuous()`. (#1970)
|
16 | 22 |
|
17 |
| -* Added argument `tbl_ard_summary(overall)`. When `TRUE`, the ARD is parsed into primary ARD and the Overall ARD and we run `tbl_ard_summary() |> add_overall()`. (#1940) |
| 23 | +* Removed the deprecated `'aov'` test from the `tests.R` file listing available tests. (#1970) |
18 | 24 |
|
19 |
| -* Added `add_stat_label.tbl_ard_summary()` method. (#1969) |
| 25 | +* Removed documentation for the `add_overall.tbl_ard_summary(digits)` argument, which was never meant to be a part of this function. (#1975) |
20 | 26 |
|
21 |
| -* Headers in {gt} tables being exported to PDF do not support the `\n` line breaker. Previously, line breakers were stripped from the header in the `print.gtsummary()` S3 method. But this did not apply to users utilizing `as_gt()` to further customize their tables. As a result, the line breaking strip has been migrated to `as_gt()`. (#1960) |
| 27 | +### Bug Fixes |
22 | 28 |
|
23 |
| -* Removed the `"tbl_summary-arg:statistic"` theme that was incorrectly added to `tbl_continuous()`. |
| 29 | +* Bug fix in `add_overall.tbl_custom_summary()` due to extraneous argument being passed to `tbl_custom_summary()`. (#2027) |
24 | 30 |
|
25 |
| -* Removed the deprecated `'aov'` test from the `tests.R` file listing available tests. (#1970) |
| 31 | +* Bug fix in `add_p.tbl_survfit()` when the original call included `tbl_survfit(type)` specification. (#2002) |
26 | 32 |
|
27 |
| -* Removed documentation for the `add_overall.tbl_ard_summary(digits)` argument, which was never meant to be a part of this function. (#1975) |
| 33 | +* Removed the `"tbl_summary-arg:statistic"` theme that was incorrectly added to `tbl_continuous()`. |
28 | 34 |
|
29 | 35 | # gtsummary 2.0.2
|
30 | 36 |
|
|
0 commit comments