From 10f5fd8e28f241f67cff3dfe02fac8cde9494374 Mon Sep 17 00:00:00 2001 From: Davide Garolini Date: Tue, 3 Oct 2023 17:20:33 +0200 Subject: [PATCH] [skip vbump] rlistings release v0.2.5 (#161) Achieves #156 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b5a7fa94..7c45153a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rlistings Title: Clinical Trial Style Data Readout Listings -Version: 0.2.4.9003 +Version: 0.2.5 Date: 2023-09-29 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", @@ -20,7 +20,7 @@ License: Apache License 2.0 URL: https://github.com/insightsengineering/rlistings BugReports: https://github.com/insightsengineering/rlistings/issues Depends: - formatters (>= 0.5.2), + formatters (>= 0.5.3), methods, tibble (>= 2.0.0) Imports: diff --git a/NEWS.md b/NEWS.md index acadb931..2c719106 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## rlistings 0.2.4.9003 +## rlistings 0.2.5 * Fixed bug in `as_listing` preventing custom formatting from being applied to key columns. * Updated `matrix_form` to allow `NA` values in key columns. * Updated `as_listing` to trim any rows containing only NA values and print an informative message.