dwww Home | Show directory contents | Find package

test_that("position_jitterdodge() fails with meaningful error", {
  p <- ggplot(mtcars) + geom_point(aes(disp, mpg), position = 'jitterdodge')
  expect_snapshot_error(ggplot_build(p))
})

Generated by dwww version 1.15 on Sun Jun 16 03:02:59 CEST 2024.