Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 16, 2024
1 parent 6c9ca96 commit 84051f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_parameters.anova.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ test_that("anova rms", {
})

skip_if_not_installed("withr")
skip_if_not_installed("survey")

withr::with_package(
"survey",
test_that("anova survey", {
skip_if_not_installed("survey")
data(api, package = "survey")
dclus2 <<- survey::svydesign(id = ~dnum + snum, weights = ~ pw, data = apiclus2)
model0 <- survey::svyglm(
Expand Down

0 comments on commit 84051f8

Please sign in to comment.