dwww Home | Show directory contents | Find package

test_that("mapping class is preserved when adding uneval objects", {
  p <- ggplot(mtcars) + aes(wt, mpg)
  expect_identical(class(p$mapping), "uneval")
})

Generated by dwww version 1.15 on Sat Jun 15 12:43:35 CEST 2024.