Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2024
1 parent ccbfa31 commit 8afb8c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-tt_as_flextable.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
test_that("Can create flextable object that works with different styles", {

analysisfun <- function(x, ...) {
in_rows(
row1 = 5,
Expand Down Expand Up @@ -80,7 +79,6 @@ test_that("Can create flextable object that works with different styles", {


test_that("tt_to_flextable does not create different cells when colcounts (or multiple) on different lines", {

lyt <- basic_table(show_colcounts = TRUE) %>%
split_rows_by("ARM", label_pos = "topleft") %>%
split_rows_by("STRATA1", label_pos = "topleft") %>%
Expand All @@ -97,7 +95,6 @@ test_that("tt_to_flextable does not create different cells when colcounts (or mu
})

test_that("check titles bold and html theme", {

lyt <- basic_table(show_colcounts = TRUE) %>%
split_rows_by("ARM", label_pos = "topleft") %>%
split_rows_by("STRATA1", label_pos = "topleft") %>%
Expand All @@ -118,7 +115,6 @@ test_that("check titles bold and html theme", {


test_that("check pagination", {

lyt <- basic_table(show_colcounts = TRUE) %>%
split_rows_by("ARM", label_pos = "topleft", page_by = TRUE) %>%
split_rows_by("STRATA1", label_pos = "topleft") %>%
Expand Down

0 comments on commit 8afb8c7

Please sign in to comment.