Skip to content

Commit

Permalink
checking news and description preparing for new release [skip vbump] (#…
Browse files Browse the repository at this point in the history
…237)

Signed-off-by: Joe Zhu <[email protected]>
Co-authored-by: Emily de la Rua <[email protected]>
  • Loading branch information
shajoezhu and edelarua authored Dec 6, 2023
1 parent 8dbe417 commit 39377e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
^staged_dependencies\.yaml$
^temp$
~$
pkgdown
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = "aut",
Expand Down
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 39377e9

Please sign in to comment.