Skip to content

Commit

Permalink
this is intentional, turn styler off
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 27, 2023
1 parent 6b84c3c commit 9e5579b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-find_transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test_that("find_transformation - strange bayestestR example", {
})

test_that("find_transformation - detect powers", {
# styler: off
data(iris)
m1 <- lm(Sepal.Length^(1 / 2) ~ Species, data = iris)
m2 <- lm(Sepal.Length^2 ~ Species, data = iris)
Expand Down Expand Up @@ -81,4 +82,5 @@ test_that("find_transformation - detect powers", {
expect_identical(insight::find_transformation(m4), "power")
expect_identical(insight::find_transformation(m5), "power")
expect_identical(insight::find_transformation(m6), "power")
# styler: on
})

0 comments on commit 9e5579b

Please sign in to comment.