From b9e3eac85b02048dd82de9a2c3e85d837b68ac41 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Mon, 15 Apr 2024 23:06:39 +0800 Subject: [PATCH] updating versions, preping for cran release, [skip vbump] (#210) --- DESCRIPTION | 4 ++-- NEWS.md | 7 +++---- staged_dependencies.yaml | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 10c44c44..12b8f7dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rlistings Title: Clinical Trial Style Data Readout Listings -Version: 0.2.7.9013 +Version: 0.2.8 Date: 2024-04-04 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", @@ -21,7 +21,7 @@ URL: https://insightsengineering.github.io/rlistings/, https://github.com/insightsengineering/rlistings/ BugReports: https://github.com/insightsengineering/rlistings/issues Depends: - formatters (>= 0.5.5.9018), + formatters (>= 0.5.6), methods, tibble (>= 2.0.0) Imports: diff --git a/NEWS.md b/NEWS.md index 28cbbb2b..565adba2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,12 @@ -## rlistings 0.2.7.9013 +## rlistings 0.2.8 * Added relevant tests for pagination when key columns need to be repeated in each page and when they are all empty. * Added relevant tests for new line characters' handling in footnotes and titles. - * Added cheatsheet. - * Change title of "Getting Started with rlistings" vignette to "Getting Started". + * Added a cheatsheet. * Added function `split_into_pages_by_var` to split a listing into a list of listings according to values of a given variable. This enables page splits by variable when paginating. * Removed defunct function `pag_listing_indices`. + * Changed title of "Getting Started with rlistings" vignette to "Getting Started". * Refactored `paginate_listing` to use directly `paginate_to_mpfs` function from `formatters` package. - * Remove defunct function `pag_listing_indices`. ## rlistings 0.2.7 * Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2. diff --git a/staged_dependencies.yaml b/staged_dependencies.yaml index 9810dac6..e5de227f 100644 --- a/staged_dependencies.yaml +++ b/staged_dependencies.yaml @@ -18,3 +18,7 @@ downstream_repos: insightsengineering/teal.modules.clinical: repo: insightsengineering/teal.modules.clinical host: https://github.com + insightsengineering/tlg-catalog: + repo: insightsengineering/tlg-catalog + host: https://github.com + subdir: package