Skip to content

Commit

Permalink
updating versions, preping for cran release, [skip vbump] (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Apr 15, 2024
1 parent 0dcc5d5 commit b9e3eac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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:
Expand Down
7 changes: 3 additions & 4 deletions 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.
Expand Down
4 changes: 4 additions & 0 deletions staged_dependencies.yaml
Expand Up @@ -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

0 comments on commit b9e3eac

Please sign in to comment.