Skip to content

Commit

Permalink
Merge branch 'main' into 168_update_logo@main
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 19, 2023
2 parents 5b2e181 + bd6f79b commit 5890036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9021
rev: v0.3.2.9023
hooks:
# - id: style-files
# args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.2.5.9004
Date: 2023-10-18
Version: 0.2.6.9000
Date: 2023-10-19
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
comment = "original creator of the package"),
Expand All @@ -20,7 +20,7 @@ License: Apache License 2.0
URL: https://github.com/insightsengineering/rlistings
BugReports: https://github.com/insightsengineering/rlistings/issues
Depends:
formatters (>= 0.5.3),
formatters (>= 0.5.4),
methods,
tibble (>= 2.0.0)
Imports:
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## rlistings 0.2.5.9004
## rlistings 0.2.6.9000

## rlistings 0.2.6
* Fixed bug in pagination preventing key column values to appear in paginated listings when `export_as_txt` was used.
* Added tests to cover for `export_as_txt` outputs.
* Integrated support for newline characters.
Expand Down

0 comments on commit 5890036

Please sign in to comment.