Skip to content

Commit 1d34f8a

Browse files
Melkiadesshajoezhugithub-actions[bot]
authored
[skip vbump] Release candidate v0.5.11 (#347)
Achieves release #344 --------- Signed-off-by: Davide Garolini <dgarolini@gmail.com> Co-authored-by: Joe Zhu <sha.joe.zhu@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 484cab6 commit 1d34f8a

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

DESCRIPTION

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Package: formatters
22
Title: ASCII Formatting for Values and Tables
3-
Version: 0.5.10.9005
3+
Version: 0.5.11
44
Date: 2025-04-08
55
Authors@R: c(
66
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
77
comment = "original creator of the package"),
88
person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"),
9-
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut"),
10-
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut"),
11-
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "ctb"),
9+
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut",
10+
comment = c(ORCID = "0000-0002-1445-1369")),
11+
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut",
12+
comment = c(ORCID = "0009-0000-8738-5561")),
13+
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "ctb",
14+
comment = c(ORCID = "0009-0005-2083-1105")),
1215
person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre"),
1316
comment = c(ORCID = "0000-0001-7566-2787")),
1417
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## formatters 0.5.10.9005
1+
## formatters 0.5.11
22
* Fixed a bug in `mform_handle_newlines` that caused string matrix column names to be removed. This prevented paginated listing key column info from being repeated when vertically spanning multiple pages.
3-
* Minor bug fix with the `paginate` argument in the `export_as_rtf` function.
4-
* Add `round_type` argument to indicate iec (default) or sas (nearest value, 5 goes up) rounding to all formatting machinery
5-
* Added support for new 2- and 3-d formats
3+
* Fixed a minor bug with the `paginate` argument in the `export_as_rtf` function.
4+
* Added `round_type` argument to indicate `IEC` (default) or `SAS` (nearest value, 5 goes up) rounding to all formatting machinery.
5+
* Added support for new 2- and 3-d formats.
66

77
## formatters 0.5.10
88
* Fixed a bug in `mf_update_cinfo` causing an error when `export_as_txt` was applied to empty listings.

man/formatters-package.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)