tests/testthat/test-theme-tidybde.R

test_that("Test theme", {
  library(ggplot2)
  b1 <- ggplot()
  b2 <- ggplot() +
    theme_tidybde()
  expect_false(identical(b1, b2))
})

Try the tidyBdE package in your browser

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

tidyBdE documentation built on July 7, 2026, 1:06 a.m.