Skip to content

Commit 019c43d

Browse files
committed
incorporate changes from master
scale part was resolved by tidyverse#4427
1 parent 05167de commit 019c43d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/scale-.r

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ discrete_scale <- function(aesthetics, scale_name, palette, name = waiver(),
184184

185185
check_breaks_labels(breaks, labels)
186186

187-
if (is.formula(labels)) labels <- as_function(labels)
188187
# Convert formula input to function if appropriate
189188
limits <- allow_lambda(limits)
190189
breaks <- allow_lambda(breaks)

0 commit comments

Comments
 (0)