Skip to content

Commit

Permalink
Update test-ggcoefstats.R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Feb 15, 2023
1 parent 7368130 commit 059fc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-ggcoefstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ df_meta <- tibble(
)

test_that("meta-analysis works", {
skip_on_cran()
skip_if_not_installed("metafor")
skip_on_os(c("windows", "linux", "solaris"))

Expand Down Expand Up @@ -174,6 +175,7 @@ test_that(
test_that(
desc = "meta analysis subtitle and caption",
code = {
skip_on_cran()
skip_if_not_installed("metafor")
skip_if_not_installed("metaBMA")
skip_if_not_installed("metaplus")
Expand Down

0 comments on commit 059fc19

Please sign in to comment.