Skip to content

Commit

Permalink
skip multilvl tests on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jan 23, 2025
1 parent 13e13f6 commit c1a9d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-layout_multilevel.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("layout_mulitlevel works", {
skip_on_cran()
data("multilvl_ex")
expect_is(layout_as_multilevel(multilvl_ex, type = "all", alpha = 25, beta = 45), "matrix")
expect_is(layout_as_multilevel(multilvl_ex,
Expand Down

0 comments on commit c1a9d16

Please sign in to comment.