From c6ee2daea513c90b04f0fc232c199474768bf0a2 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Mon, 23 Sep 2024 09:57:05 +0800 Subject: [PATCH] update news and description to 0.6.10, [skip vbump] (#936) bloced by #932 --------- Signed-off-by: Joe Zhu Signed-off-by: Joe Zhu --- DESCRIPTION | 2 +- NEWS.md | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0d8f1265a..2fd5e1c44 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtables Title: Reporting Tables -Version: 0.6.9.9016 +Version: 0.6.10 Date: 2024-09-20 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", diff --git a/NEWS.md b/NEWS.md index ab8bf173f..a286adfd3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,17 @@ -## rtables 0.6.9.9016 -### Features - * Modified `reorder_split_levels()` to cover more edge cases and be more stringent in the allowed inputs. - * Removed `tt` input from `theme_docx_default()` and added internal handling for row classes and number of columns. - * Reworked padding and spacing in default theme `theme_docx_default()`. +## rtables 0.6.10 + +### New Features * Added top left information handling (now bold and bottom aligned). - * Now users can add more than one theme to `tt_to_flextable()`, and/or extend themes. + * Added `section_properties_default()` function to define standard portrait properties for tables. * Added default theme for `.html` outputs. * Added parameter `bold_titles` to `tt_to_flextable()` to bold titles. + * Now users can add more than one theme to `tt_to_flextable()`, and/or extend themes. + +### Enhancements + * Modified `reorder_split_levels()` to cover more edge cases and be more stringent in the allowed inputs. + * Removed table tree `tt` input from `theme_docx_default()` and added code to handle row classes and number of columns internally. + * Reworked padding and spacing in default theme `theme_docx_default()`. + * Added parameter `bold_titles` to `tt_to_flextable()` to bold titles. ### Bug Fixes * Fixed `"\n"` newline issues in `as_html` by relying onto output devices for newline handling. Added `expand_newlines = FALSE` default to allow previous behavior. @@ -18,9 +23,8 @@ ### Miscellaneous * Added option to change `sep = "\t"` and set other parameters via `...` parameter propagation in `export_as_tsv`. - * Grouped split functions documentation into one page with precise descriptions - of each function and relative examples. - * Addition of developer's guide vignette about printing methods, specifically `matrix_form` and `toString`. + * Added developer's guide vignette. New materials are focused on printing methods, specifically `matrix_form` and `toString`. + * Grouped split functions documentation into one page with precise descriptions of each function and relative examples. * Moved `simple_analysis` into utils file. * Added examples to `theme_docx_default()` showing how to extend the default theme. * Added the possibility to remove internal borders from label rows in `theme_html_default()`.