Skip to content

Commit

Permalink
Merge pull request #226 from Merck/news
Browse files Browse the repository at this point in the history
Update news for r2rtf 1.1.2
  • Loading branch information
nanxstats authored May 30, 2024
2 parents a431a4b + 1a17057 commit 307c112
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ authors:
given-names: "Fansen"
- family-names: "Lang"
given-names: "Brian"
title: "r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure"
version: 1.0.1
date-released: 2020-02-19
title: "r2rtf: Easily Create Production-Ready Rich Text Format (RTF) Tables and Figures"
version: 1.1.2
date-released: 2024-05-28
url: "https://github.com/Merck/r2rtf"
preferred-citation:
type: conference-paper
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: r2rtf
Title: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
Version: 1.1.1
Title: Easily Create Production-Ready Rich Text Format (RTF) Tables and Figures
Version: 1.1.2
Authors@R: c(
person("Yilong", "Zhang", role = "aut"),
person("Siruo", "Wang", role = "aut"),
Expand All @@ -20,11 +20,12 @@ Authors@R: c(
person("Jeff", "Cheng", role = "ctb"),
person("Yirong", "Cao", role = "ctb"),
person("Amin", "Shirazi", role = "ctb"),
person("Yihui", "Xie", role = "ctb"),
person("Günter", "Milde", role = c("ctb"),
comment = c("Original author of the unimathsymbols.txt file")),
person("Merck Sharp & Dohme Corp", role = "cph")
)
Description: Create production-ready Rich Text Format (RTF) table and figure
Description: Create production-ready Rich Text Format (RTF) tables and figures
with flexible format.
License: GPL-3
URL: https://merck.github.io/r2rtf/, https://github.com/Merck/r2rtf
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# r2rtf 1.1.2

## Improvements

* Fine-tune the symbol to ANSI and Unicode converter for faster, safer, and
more robust conversion (thanks, @yihui, #217).
* Use code to generate the Unicode/LaTeX mapping table, to replace the previous
`R/sysdata.rda` solution. Now the mapping table is directly accessible
via `r2rtf:::unicode_latex` (thanks, @yihui, #218).

# r2rtf 1.1.1

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ remotes::install_github("Merck/r2rtf")

The R package r2rtf provides flexibility to enable features below:

- Create highly customized RTF table and figure ready for production.
- Create highly customized RTF tables and figures ready for production.
- Simple to use parameters and data structure.
- Customized column header: split by `"|"`.
- Three required parameters for the output tables (data, filename, column relative width).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ remotes::install_github("Merck/r2rtf")

The R package r2rtf provides flexibility to enable features below:

- Create highly customized RTF table and figure ready for production.
- Create highly customized RTF tables and figures ready for production.
- Simple to use parameters and data structure.
- Customized column header: split by `"|"`.
- Three required parameters for the output tables (data, filename,
Expand Down

0 comments on commit 307c112

Please sign in to comment.