Skip to content

Releases: Merck/r2rtf

r2rtf 1.1.1

26 Oct 00:33
c9d4712
Compare
Choose a tag to compare

Bug fixes

  • Fix bug when converting UTF-8 code >= 128 (#194).

Improvements

  • Add LibreOffice 7.6 support and improve error messages style (#198).
  • Update .docx and .html artifacts in vignettes/ (#206).

r2rtf 1.1.0

08 Jul 21:44
d5d2062
Compare
Choose a tag to compare

New features

  • Add r2rtf_rich_text() to allow inline formatting (@BrianLang, #184).

Improvements

  • Use the native pipe in unit testing (#179).

r2rtf 1.0.4

18 Jun 17:05
5b6e9e2
Compare
Choose a tag to compare

Bug fixes

  • Page size of the first page is different from the other pages (#174).

r2rtf 1.0.3

27 May 04:15
ba13380
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue when group_by and page_by are used together (#168).

Improvements

  • Properly display cell height in HTML output (#66).

r2rtf 1.0.2

01 May 15:50
dd39d09
Compare
Choose a tag to compare

Bug fixes

  • Display proper indentation for footnote and data source (#141).
  • Fix an issue when a column only contains missing value (#146).

Improvements

  • Improve grammar and style for the main vignette (@howardbaek, #144).
  • Add libreoffice 7.4 and 7.5 support (#156).
  • Add citation details (#155).

r2rtf 1.0.1

05 Feb 17:21
47a2cd9
Compare
Choose a tag to compare
  • New feature: enable vertical alignment (#136)
  • bug fix: enable libreoffice7.3 (#92)

r2rtf 1.0.0

01 Feb 23:38
Compare
Choose a tag to compare
  • New functions: assemble_docx and assemble_rtf.
  • Update copyright
  • bug fix: rtf_enode fails when data contains NA and fixed-width font is used (#118)
  • bug fix: avoid error when cell_nrow=1 (#108, #109)

r2rtf 0.3.5

17 May 21:18
Compare
Choose a tag to compare
  • bug fix: avoid warning message for matrix dimission in R4.2.0 (#101)
  • bug fix: vectorized text justification for r2rtf::rtf_title, r2rtf::rtf_footnote, etc (#98)

r2rtf 0.3.4

11 Apr 15:54
6c2ff12
Compare
Choose a tag to compare
  • Update maintainer email
  • bug fix: utf8Tortf provide additional "-"

r2rtf 0.3.3

08 Mar 06:30
c865cb3
Compare
Choose a tag to compare
  • New argument: add use_color argument in rtf_page
  • bug fix: convert to proper RTF code
  • bug fig: rft_encode() doesn't add footnote and source to all pages for doc_type = "figure" (#90)