Skip to content

Commit

Permalink
Merge pull request #171 from Merck/styler
Browse files Browse the repository at this point in the history
Prepare CRAN submission 1.0.3
  • Loading branch information
nanxstats committed May 26, 2023
2 parents 4c55bc8 + 80b1e27 commit ba13380
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.0.2
Version: 1.0.3
Authors@R: c(
person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut", "cre")),
person("Siruo", "Wang", role = "aut"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# r2rtf 1.0.2 (2023-04-28)
# r2rtf 1.0.3 (2023-05-26)

* Properly display cell height in HTML output (#66).
* Fix an issue when `group_by` and `page_by` are used together (#168).

# r2rtf 1.0.2 (2023-05-01)

## Bug fixes

Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-independent-testing-rtf_encode_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ test_that("Test when orientation are different in the list", {
})

test_that("Test case to split page", {

m1 <- iris[1:31, ] %>%
rtf_page(
nrow = 4,
Expand All @@ -244,5 +243,4 @@ test_that("Test case to split page", {
tbl %>%
rtf_encode_list() %>%
expect_snapshot_output()

})

0 comments on commit ba13380

Please sign in to comment.