From 2a62e485a8e95e1e55219b0d025541e213a68b73 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 28 May 2024 20:18:22 -0400 Subject: [PATCH] Increment version number to 1.1.2 and improve title --- CITATION.cff | 6 +++--- DESCRIPTION | 7 ++++--- README.Rmd | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c08ece6..a6a00b8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index bd36c3b..30815f0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), @@ -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 diff --git a/README.Rmd b/README.Rmd index 3ea4802..bc4b06c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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). diff --git a/README.md b/README.md index 2379a28..b2de1e4 100644 --- a/README.md +++ b/README.md @@ -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,