tests/testthat/test-tufte.R

test_that("theme_tufte works", {
  thm <- theme_tufte()
  expect_s3_class(thm, "theme")
})

test_that("theme_tufte works with ticks = FALSE", {
  thm <- theme_tufte(ticks = FALSE)
  expect_s3_class(thm, "theme")
  expect_equal(thm$axis.ticks, element_blank())
})

Try the ggthemes package in your browser

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

ggthemes documentation built on Nov. 21, 2023, 5:08 p.m.