tests/testthat/test-module_gguniv.R

test_that("Univariate plotting works", {
  grob <- plot_univariate(
    get_tomic_table(simple_tidy, "measurements"),
    "features"
    )

  expect_s3_class(grob, "ggplot")
})

Try the romic package in your browser

Any scripts or data that you put into this service are public.

romic documentation built on Sept. 21, 2023, 9:06 a.m.