revdep/checks.noindex/see/new/see.Rcheck/tests/testthat/test-plot.check_homogeneity.R

test_that("`plot.see_check_homogeneity()` works", {
  library(performance)
  model <<- lm(len ~ supp + dose, data = ToothGrowth)
  result <- check_homogeneity(model)

  expect_s3_class(plot(result), "gg")
})
aloy/qqplotr documentation built on Feb. 2, 2023, 4:56 a.m.