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

test_that("`plot.see_parameters_distribution()` works", {
  library(parameters)
  set.seed(333)
  x <- sample(1:100, 1000, replace = TRUE)
  result <- describe_distribution(x)
  expect_s3_class(plot(result), "gg")
})
aloy/qqplotr documentation built on Feb. 2, 2023, 4:56 a.m.