File: test-geom-linerange.R

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
test_that("geom_linerange request the right aesthetics", {
  p <- ggplot(mtcars) + geom_linerange(aes(disp, mpg), ymin = 2)
  expect_snapshot_error(ggplot_build(p))
})