Skip to content

Commit

Permalink
fix: revert check installed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 22, 2024
1 parent 772544d commit 97e06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-as_flex_table.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
skip_on_cran()
skip_if_not_installed("flextable")
skip_if_not(is_pkg_installed("flextable"))

my_tbl_summary <- trial |>
select(trt, age, death) |>
Expand Down

0 comments on commit 97e06b3

Please sign in to comment.