You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes failing "Add to Report" for modules that have DT table visualization (#1411)
# Pull Request
- Fixes#1404
### Changes description
- Reverts changes from #1350
- Decorated objects are `rlistings` or `rtables`, module output is `DT`
- Adds documentation explicitly saying what is being decorated
- Uses a pattern of `table_r` that contains 2 elements (report and html)
---------
Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: NEWS.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
### Enhancements
4
4
* Added argument `conf_type` to module `tm_g_km` to allow users to set a confidence interval type for median survival time estimation.
5
-
6
-
### Enhancements
7
5
* Added `denom` argument in `tm_t_binary_outcome` module.
8
6
9
7
### Bug fixes
10
8
* Fixed bug in `tm_t_events` to return sorted table (#1393).
9
+
* Fixed "Add to Report" failures in `tm_g_pp_adverse_events`, `tm_g_pp_therapy`, `tm_t_pp_basic_info`, `tm_t_pp_laboratory` and `tm_t_pp_prior_medication` modules (#1404).
10
+
11
+
### Breaking changes
12
+
13
+
* Removed the `table` object decoration in `tm_g_pp_adverse_events`, `tm_g_pp_therapy` (#1404).
14
+
* Deprecated the `decorators` argument in `tm_t_pp_basic_info`, `tm_t_pp_laboratory` and `tm_t_pp_prior_medication` (#1404).
0 commit comments