revdep/checks.noindex/see/old/see.Rcheck/tests/testthat/test-plot.easycormatrix.R

test_that("`plot.see_easycormatrix()` works", {
  requiet("correlation")
  skip_if_not(getRversion() >= "4.1")

  result <- correlation(mtcars[, -c(8:9)])
  s <- summary(result)
  expect_s3_class(plot(s), "gg")
})
aloy/qqplotr documentation built on Feb. 2, 2023, 4:56 a.m.