Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 2, 2025
1 parent b947b34 commit e5cf575
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-estimate_expectation.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_if_not_installed("insight", minimum_version = "1.1.0")

test_that("estimate_expectation", {
skip_if_not_installed("lme4")
model <- lme4::lmer(mpg ~ wt + factor(am) + (1 | cyl), data = mtcars)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-estimate_predicted.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
skip_if_not_installed("insight", minimum_version = "1.1.0")

test_that("estimate_relation - shape", {
skip_if_not_installed("gamm4")
skip_if_not_installed("rstanarm")
Expand Down

0 comments on commit e5cf575

Please sign in to comment.