Skip to content

Commit c9d4712

Browse files
authored
Merge pull request #209 from Merck/208-release-r2rtf-111
208 Release r2rtf 1.1.1
2 parents ef3dcc0 + 910f076 commit c9d4712

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: r2rtf
22
Title: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Authors@R: c(
5-
person("Yilong", "Zhang", email = "[email protected]", role = c("aut", "cre")),
5+
person("Yilong", "Zhang", role = "aut"),
66
person("Siruo", "Wang", role = "aut"),
77
person("Simiao", "Ye", role = "aut"),
88
person("Fansen", "Kong", role = "aut"),
99
person("Brian", "Lang", role = "aut"),
10+
person("Benjamin", "Wang", email = "[email protected]", role = c("aut", "cre")),
1011
person("Nan", "Xiao", role = "ctb"),
1112
person("Madhusudhan", "Ginnaram", role = "ctb"),
1213
person("Ruchitbhai", "Patel", role = "ctb"),
@@ -16,7 +17,6 @@ Authors@R: c(
1617
person("Daniel", "Woodie", role = "ctb"),
1718
person("Sarad", "Nepal", role = "ctb"),
1819
person("Jane", "Liao", role = "ctb"),
19-
person("Benjamin", "Wang", role = "ctb"),
2020
person("Jeff", "Cheng", role = "ctb"),
2121
person("Yirong", "Cao", role = "ctb"),
2222
person("Amin", "Shirazi", role = "ctb"),

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# r2rtf 1.1.1
2+
3+
## Bug fixes
4+
5+
* Fix bug when converting UTF-8 code >= 128 (#194).
6+
7+
## Improvements
8+
9+
* Add LibreOffice 7.6 support and improve error messages style (#198).
10+
* Update `.docx` and `.html` artifacts in `vignettes/` (#206).
11+
112
# r2rtf 1.1.0
213

314
## New features

0 commit comments

Comments
 (0)