From 39377e947637327d60012028f3b1c90cc4b88eb4 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Wed, 6 Dec 2023 17:40:42 +0800 Subject: [PATCH] checking news and description preparing for new release [skip vbump] (#237) Signed-off-by: Joe Zhu Co-authored-by: Emily de la Rua <59304861+edelarua@users.noreply.github.com> --- .Rbuildignore | 1 + DESCRIPTION | 2 +- NEWS.md | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 6137bdbf0..acdfc5598 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -18,3 +18,4 @@ ^staged_dependencies\.yaml$ ^temp$ ~$ +pkgdown diff --git a/DESCRIPTION b/DESCRIPTION index fe4e09054..424be585c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: formatters Title: ASCII Formatting for Values and Tables -Version: 0.5.4.9008 +Version: 0.5.5 Date: 2023-12-05 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", diff --git a/NEWS.md b/NEWS.md index 176506041..d5e816d40 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,12 @@ -## formatters 0.5.4.9008 +## formatters 0.5.5 * Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2. - * Fixed wrapping and section dividers error. - * Allowed section divider between header and table body. * Added the possibility of setting a general default using `set_default_hsep()` that sets up the option `getOption("formatters_default_hsep")`. + * Allowed section divider between header and table body. + * Added support for combining duplicate referential footnotes. + * Migrated `export_as_pdf` from `rtables`. Now using `paginate_to_mpfs` function. Made `font_lcpi` function internal. + * Fixed wrapping and section dividers error. * Fixed infinite loop in `wrap_string` that was caused by a bug in `stringi::stri_wrap` not wrapping small strings with dots and spaces correctly. - * Migrated `export_as_pdf` from `rtables`. Now using `paginate_to_mpfs` function. Made `font_lcpi` function internal. ## formatters 0.5.4 * Fixed a bug in `paginate_to_mpfs()` so that formatting in listings key columns is retained with pagination [`insightsengineering/rlistings#155`](https://github.com/insightsengineering/rlistings/issues/155).