From e4626c56faee5f2b8d058cb5059131742c65145d Mon Sep 17 00:00:00 2001 From: Gabriel Becker Date: Thu, 31 Mar 2022 22:04:37 -0700 Subject: [PATCH] v0.5.0 CRAN release --- DESCRIPTION | 6 +++--- NEWS.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c5acabeee..8fd93b398 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rtables Title: Reporting Tables -Date: 2021-10-06 -Version: 0.4.1.0004 +Date: 2022-3-31 +Version: 0.5.0 Authors@R: c( person("Gabriel", "Becker", email = "gabembecker@gmail.com", role = c("aut", "cre")), person("Adrian", "Waddell", email = "adrian.waddell@roche.com", role = "aut"), @@ -15,7 +15,7 @@ Description: Reporting tables often have structure that goes beyond simple recta or grouping of data in row and column dimensions, cells containing multiple values, and the concept of contextual summary computations. A convenient pipe-able interface is provided for declaring table layouts and the corresponding computations, and then applying them to data. -Depends: methods, magrittr, formatters (>= 0.1.0.0003), R (>= 2.10) +Depends: methods, magrittr, formatters (>= 0.2.0), R (>= 2.10) Imports: stats, htmltools, diff --git a/NEWS.md b/NEWS.md index d64b278d7..fb813a89b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## rtables 0.5.0 + * `formatable` dependency renamed to `formatters` for suitability of release to CRAN + * Update versioned dependency of `formatters` (previously `formatable`) to `>=0.2.0` + ## rtables 0.4.1.0004 * Fix bug when function format combined with NULL cfun caused error (#307) * Fix bug in `path_enriched_df` (which powers tsv export), related to (#308)