Skip to content

Commit ec75770

Browse files
authored
Merge pull request #273 from Merck/release/v1.2.0
Release/v1.2.0
2 parents 562a216 + fe730f4 commit ec75770

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ lib_paths
4545
^r2rtf.*\.tar\.gz$
4646
^r2rtf.*\.tgz$
4747
^CITATION\.cff$
48+
^\.claude$
49+
^CLAUDE\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: r2rtf
22
Title: Easily Create Production-Ready Rich Text Format (RTF) Tables and Figures
3-
Version: 1.1.4
3+
Version: 1.2.0
44
Authors@R: c(
55
person("Yilong", "Zhang", role = "aut"),
66
person("Siruo", "Wang", role = "aut"),

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# r2rtf 1.2.0
2+
3+
## New features
4+
5+
- Add internationalization (i18n) support with `use_i18n` parameter in `rtf_page()`
6+
to enable SimSun font for Chinese character support in RTF documents (#256).
7+
- Add `text_hyphenation` parameter to `rtf_title()`, `rtf_colheader()`, and
8+
`rtf_subline()` functions to control text hyphenation in RTF output (#235).
9+
10+
## Improvements
11+
12+
- Refactor font type table to use a data frame structure for better maintainability (#264).
13+
114
# r2rtf 1.1.4
215

316
## Bug fixes

R/data.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
4646
#' A dataset prepared by the Drug Information Association scientific working group
4747
#' to investigate a drug to reduce lower back pain.
4848
#'
49-
#' Definition of each variable can be found in \url{https://www.lshtm.ac.uk/research/centres-projects-groups/missing-data#dia-missing-data}
49+
#' This dataset was prepared by the Drug Information Association (DIA) scientific working group
50+
#' to investigate methods for handling missing data. It contains data from an efficacy clinical trial
51+
#' evaluating a drug to reduce lower back pain.
5052
#'
5153
#' @format A data frame with 831 rows and 6 variables.
5254
#'
53-
#' @source \url{https://www.lshtm.ac.uk/research/centres-projects-groups/missing-data#dia-missing-data}
55+
#' @source Drug Information Association (DIA) scientific working group on missing data
5456
"r2rtf_HAMD17"
5557

5658
#' Within Group Results from an ANCOVA Model

man/r2rtf_HAMD17.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)