Skip to content

Commit

Permalink
update description and news [skip vbump] (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
shajoezhu and dependabot-preview[bot] authored Jun 20, 2024
1 parent 8c5a1e2 commit feb1875
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 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.8.9003
Version: 0.2.9
Date: 2024-06-11
Authors@R: c(
person("Gabriel", "Becker", , "[email protected]", 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.7.9000),
formatters (>= 0.5.8),
methods,
tibble (>= 2.0.0)
Imports:
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## rlistings 0.2.8.9003
* Added truetype font support based on new `formatters` api, by @gmbecker.
* `paginate_listing` now accepts `col_gap` argument and passes it down correctly to pagination machinery in `formatters`, by @gmbecker.
## rlistings 0.2.9
* Added `truetype` font support based on new `formatters` api, by @gmbecker.
* Fixed tests so that paginations based on different fonts and page sizes can be compared, by @gmbecker.
* `paginate_listing` now accepts `col_gap` argument and passes it down correctly to pagination machinery in `formatters`, by @gmbecker.

## 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.
Expand Down
2 changes: 1 addition & 1 deletion R/rlistings.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ get_keycols <- function(df) {
#' @param expand_newlines (`flag`)\cr this should always be `TRUE` for listings. We keep it
#' for debugging reasons.
#'
#' @return a [`MatrixPrintForm`] object.
#' @return a [formatters::MatrixPrintForm] object.
#'
#' @seealso [formatters::matrix_form()]
#'
Expand Down
2 changes: 1 addition & 1 deletion R/rlistings_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dflt_courier <- font_spec("Courier", 9, 1)

#' Methods for `listing_df` objects
#'
#' See core documentation in [`formatters`] for descriptions of these functions.
#' See core documentation in [formatters::formatters-package] for descriptions of these functions.
#'
#' @inheritParams formatters::toString
#' @param x (`listing_df`)\cr the listing.
Expand Down
2 changes: 1 addition & 1 deletion man/listing_methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/matrix_form-listing_df-method.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit feb1875

Please sign in to comment.