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 Thu Jun 20 18:31:33 CEST 2024.