Skip to content

Commit dc8b989

Browse files
authored
Silence constant aesthetics warning for geom_blank() (#5773)
1 parent 75e3112 commit dc8b989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/geom-blank.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ geom_blank <- function(mapping = NULL, data = NULL,
3636
GeomBlank <- ggproto("GeomBlank", Geom,
3737
default_aes = aes(),
3838
handle_na = function(data, params) data,
39+
check_constant_aes = FALSE,
3940
draw_panel = function(...) nullGrob()
4041
)

0 commit comments

Comments
 (0)