Skip to content

Commit

Permalink
styler complains
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 27, 2024
1 parent d1c2627 commit 6967fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-demean.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ test_that("demean shows message if some vars don't exist", {
})


test_that("demean for cross-classified designs (by > 1)", { #520
# see issue #520
test_that("demean for cross-classified designs (by > 1)", {
skip_if(getRversion() < "4.1.0") # for pipe

data(efc, package = "datawizard")
Expand Down

0 comments on commit 6967fec

Please sign in to comment.