Skip to content

Commit c28b69f

Browse files
committed
fatten isn't a formal argument to geom_boxplot()
1 parent 419fb2e commit c28b69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-boxplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ GeomBoxplot <- ggproto("GeomBoxplot", Geom,
241241
extra_params = c("na.rm", "width", "orientation", "outliers"),
242242

243243
setup_params = function(data, params) {
244-
if (lifecycle::is_present(params$fatten)) {
244+
if ("fatten" %in% names(params)) {
245245
deprecate_soft0(
246246
"3.6.0", "geom_boxplot(fatten)",
247247
"geom_boxplot(median.linewidth)"

0 commit comments

Comments
 (0)