tests/testthat/ggplot-empty-2.R

suppressPackageStartupMessages(library(ggplot2))
ggplot(iris) +
  aes(x = Species, y = Sepal.Length) +
  geom_bar()
hadley/evaluate documentation built on May 19, 2024, 12:59 a.m.