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

test_that("`plot.see_parameters_pca()` works", {
  library(parameters)
  result <- principal_components(mtcars[, 1:7], n = "all", threshold = 0.2)
  expect_s3_class(plot(result), "gg")
})
aloy/qqplotr documentation built on Feb. 2, 2023, 4:56 a.m.