Skip to content

Commit 0fc9a62

Browse files
committed
soft-deprecate %+%
1 parent 8b285a5 commit 0fc9a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/plot-construction.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ S7::method(`+`, list(class_theme, S7::class_any)) <- function(e1, e2) {
8181
if (getRversion() < "4.3.0") {
8282
add_gg(e1, e2)
8383
} else {
84+
deprecate_soft0("4.0.0", I("<ggplot> %+% x"), I("<ggplot> + x"))
8485
`+`(e1, e2)
8586
}
8687
}

0 commit comments

Comments
 (0)