Skip to content

Releases: insightsengineering/rtables.officer

v0.1.2

08 Jan 15:14

Choose a tag to compare

  • Fix issue with extra borders when header had "\n" special characters in tt_as_flextable().

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Sep 06:19
53f6b84

Choose a tag to compare

  • Adding letter/A4 landscape/portrait docx templates.
  • Dependency version bump for officer version 0.7.0 and flextable version 0.9.10.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0-rc2

22 Apr 08:51

Choose a tag to compare

fix tests

v0.1.0

22 Apr 14:19
7a7beb2

Choose a tag to compare

  • Added option to start new pages when exporting different paginated tables to .docx. It is possible to put tables on separate pages by doing export_as_docx(add_page_break = TRUE).
  • Added exporter functions for rlistings objects.
  • Added separator lines and padding when present in the rlistings or rtables objects.
  • Fixed bugs impeding pagination of lists of rlistings or rtables objects.
  • Changed handler for footnotes printout from footers_as_text to integrate_footers. The behavior now is directly aligned with titles_as_header.
  • Improved pagination documentation related to footnotes and titles.

What's Changed

Full Changelog: v0.0.2...v0.1.0

v0.1.0-rc1: Update NEWS.md

17 Apr 11:10
767bc7b

Choose a tag to compare

Co-authored-by: Joe Zhu <sha.joe.zhu@gmail.com>
Signed-off-by: Davide Garolini <dgarolini@gmail.com>

v0.0.2 cran

17 Jan 11:58
85be356

Choose a tag to compare

New Features

  • Experimental pagination is now possible in tt_as_flextable() and export_as_docx().
  • Added handling of widths in tt_as_flextable(). Now it is possible to change column widths for .docx exports.
  • First version of rtables.officer, split from the rtables package.

What's Changed

New Contributors

Full Changelog: https://github.com/insightsengineering/rtables.officer/commits/v0.0.2