Skip to content

Commit b9e3eac

Browse files
authored
updating versions, preping for cran release, [skip vbump] (#210)
1 parent 0dcc5d5 commit b9e3eac

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: rlistings
22
Title: Clinical Trial Style Data Readout Listings
3-
Version: 0.2.7.9013
3+
Version: 0.2.8
44
Date: 2024-04-04
55
Authors@R: c(
66
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
@@ -21,7 +21,7 @@ URL: https://insightsengineering.github.io/rlistings/,
2121
https://github.com/insightsengineering/rlistings/
2222
BugReports: https://github.com/insightsengineering/rlistings/issues
2323
Depends:
24-
formatters (>= 0.5.5.9018),
24+
formatters (>= 0.5.6),
2525
methods,
2626
tibble (>= 2.0.0)
2727
Imports:

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## rlistings 0.2.7.9013
1+
## rlistings 0.2.8
22
* Added relevant tests for pagination when key columns need to be repeated in each page and when they are all empty.
33
* Added relevant tests for new line characters' handling in footnotes and titles.
4-
* Added cheatsheet.
5-
* Change title of "Getting Started with rlistings" vignette to "Getting Started".
4+
* Added a cheatsheet.
65
* Added function `split_into_pages_by_var` to split a listing into a list of listings according to values of a given
76
variable. This enables page splits by variable when paginating.
87
* Removed defunct function `pag_listing_indices`.
8+
* Changed title of "Getting Started with rlistings" vignette to "Getting Started".
99
* Refactored `paginate_listing` to use directly `paginate_to_mpfs` function from `formatters` package.
10-
* Remove defunct function `pag_listing_indices`.
1110

1211
## rlistings 0.2.7
1312
* Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2.

staged_dependencies.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ downstream_repos:
1818
insightsengineering/teal.modules.clinical:
1919
repo: insightsengineering/teal.modules.clinical
2020
host: https://github.com
21+
insightsengineering/tlg-catalog:
22+
repo: insightsengineering/tlg-catalog
23+
host: https://github.com
24+
subdir: package

0 commit comments

Comments
 (0)