Skip to content

Commit

Permalink
updating description, news, change version to 0.5.1, [skip vbump] (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Jul 19, 2023
1 parent a775a45 commit c9649d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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.0.9006
Version: 0.5.1
Date: 2023-07-17
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", role = c("aut", "cre")),
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## formatters 0.5.0.9006
## formatters 0.5.1
* Updated `export_as_txt` to print split label when using `page_by` with only one level.
* Reduced the amount of spelling issues.
* New generic `getter` and `setter` for `align` (`obj_align` and `obj_align<-`).
* New `fmt_config` class to bundle together `format`, `na_str`, and `align` instructions.
* Reverting default for alignment (from `NULL` to `center`) and `na_str`
from `NULL` to `"NA"`. This affects only `rlistings`, where the new default takes effect.

## formatters 0.5.0
* fix bug in `MPF` pagination (and thus export_as_txt) when column labels had newlines ([#150](github.com/insightsengineering/formatters/issues/150), [`insightsengineering/rtables#634`](https://github.com/insightsengineering/rtables/issues/634))
* Fix bug in `MPF` pagination (and thus export_as_txt) when column labels had newlines ([#150](github.com/insightsengineering/formatters/issues/150), [`insightsengineering/rtables#634`](https://github.com/insightsengineering/rtables/issues/634))
* `font_size` is now 8 consistently across the pagination machinery.
* When specified, margins are in inches (including the default).
* Fix off-by-one error in pagination machinery for certain cases.
Expand Down

0 comments on commit c9649d4

Please sign in to comment.