Skip to content

Commit d900795

Browse files
fix failing example
1 parent 032f424 commit d900795

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

R/geom_from_list.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
#' l2 <- list(
4646
#' geom = "boxplot",
4747
#' data = iris,
48-
#' aes = list(x = "Species", y = "Sepal.Width"),
49-
#' outlier.shape = NA
48+
#' aes = list(x = "Species", y = "Sepal.Width")
5049
#' )
5150
#' l3 <- list(
5251
#' geom = "jitter",

man/geom_from_list.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)