Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating news and package version in description [skip vbump] #187

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
.DS_Store
docs
README.html

pkgdown
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rlistings
Title: Clinical Trial Style Data Readout Listings
Version: 0.2.6.9007
Version: 0.2.7
Date: 2023-12-01
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = "aut",
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.4),
formatters (>= 0.5.5),
methods,
tibble (>= 2.0.0)
Imports:
Expand All @@ -33,6 +33,7 @@ Suggests:
dplyr (>= 1.0.0),
knitr (>= 1.42),
lifecycle (>= 0.2.0),
stringi (>= 1.6),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## rlistings 0.2.6.9007
## rlistings 0.2.7
* Applied `styler` and resolved package lint. Changed default indentation from 4 spaces to 2.
* Fixed bug in `add_listing_col` when both a function and a format are specified.
* Added a vignette on referential footnotes workaround.
* Added a vignette on formatting columns.
* Added a vignette on pagination.

## rlistings 0.2.6
* Fixed bug in pagination preventing key column values to appear in paginated listings when `export_as_txt` was used.
Expand Down