From e68e0fb73145ea3ad0207c9a4a800b4bddd964eb Mon Sep 17 00:00:00 2001 From: pawelru Date: Tue, 30 Jan 2024 09:01:36 +0000 Subject: [PATCH] [skip actions] Bump version to 0.2.7.9003 --- .pre-commit-config.yaml | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41956cfe..3ddf7673 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9027 + rev: v0.4.0 hooks: # - id: style-files # args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/DESCRIPTION b/DESCRIPTION index 613e6d1b..5f362b47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: rlistings Title: Clinical Trial Style Data Readout Listings -Version: 0.2.7.9002 -Date: 2024-01-19 +Version: 0.2.7.9003 +Date: 2024-01-30 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut", comment = "original creator of the package"), diff --git a/NEWS.md b/NEWS.md index f8acbec4..a7f14aca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## rlistings 0.2.7.9002 +## rlistings 0.2.7.9003 * 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.