From 948d68d6c265864263b2b3b5586144537e329f7b Mon Sep 17 00:00:00 2001 From: Melkiades Date: Fri, 29 Nov 2024 11:10:47 +0100 Subject: [PATCH] news --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 07d3c5060..75b750512 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,8 @@ * Experimental pagination is now possible in `tt_as_flextable()` and `export_as_docx()`. * Added handling of widths in `tt_as_flextable()`. Now it is possible to change column widths for `.docx` exports. * Initialized vignette about quality control outputs of `as_result_df()`. - * Initialized parameter `make_ard` output for single-line statistical outputs. + * Completed parameter `make_ard` output for single-line statistical outputs. + * Added `stat_names` to `rcell()` to be used by `as_result_df(make_ard = TRUE)`. ### Miscellaneous * Split `docx` document generation to the new package [`rtables.officer`](https://github.com/insightsengineering/rtables.officer).