Skip to content

Releases: pharmaverse/rlistings

v0.2.13

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 08 Dec 12:40
cc713c4
  • Fixed bug in split_into_pages_by_var() that prevented correct handling of some listings with trailing separators.
  • Listings now carry around a rounding type to be used (by default) when printing or exporting them. Defaults to "iec" as before.
  • Added obj_round_type and obj_round_type<- methods for listing_df objects

What's Changed

New Contributors

Full Changelog: v0.2.12...v0.2.13

v0.2.12

Choose a tag to compare

@Melkiades Melkiades released this 17 Jun 10:32

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Apr 07:34
598e221
  • Added parameter sort_cols to as_listing to specify columns to sort the listing by. Previously listings were always sorted by key columns.
  • Addition of separators between values in as_listings(add_trailing_sep = <col_names>) with determined values as_listings(trailing_sep = <single_character>).
  • Added a vignette with tips for exporting large listings.

What's Changed

New Contributors

  • @m7pr made their first contribution in #249

Full Changelog: v0.2.10...v0.2.11

v0.2.11-rc1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 16:12
[skip vbump] release candidate v0.2.11

v0.2.10 cran

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Jan 15:56
ee56c2a
  • Added an error message for listings with variables of difftime class.
  • Added message when the listing object has zero row.

What's Changed

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9 cran

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 20 Jun 13:57
feb1875
  • 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.

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8 cran

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 15 Apr 15:08
b9e3eac
  • 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 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.

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 06 Dec 15:33
1fe5b82
  • 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.

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 19 Oct 13:50
ff75720
  • 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.

What's Changed

  • Close #155 and add test for export_as_txt by @anajens in #162
  • Fixes after wrap_string refactoring by @Melkiades in #163
  • fix vec_nlines and complete support newline character by @Melkiades in #167
  • adding tests to fix infinite loop and export_as_txt colwidths that were hidden by @Melkiades in #170

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 04 Oct 12:09
10f5fd8
  • Fixed bug in as_listing preventing custom formatting from being applied to key columns.
  • Updated matrix_form to allow NA values in key columns.
  • Updated as_listing to trim any rows containing only NA values and print an informative message.

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5