dwww Home | Show directory contents | Find package

test_that("various misuses of +.gg (#2638)", {
  expect_snapshot_error(
    {
      ggplot(mtcars, aes(hwy, displ))
      + geom_point()
    }
  )

  expect_snapshot_error(
    geom_point() + geom_point()
  )
})

Generated by dwww version 1.15 on Sat Jun 15 12:44:11 CEST 2024.