We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%+%
1 parent 8b285a5 commit 0fc9a62Copy full SHA for 0fc9a62
R/plot-construction.R
@@ -81,6 +81,7 @@ S7::method(`+`, list(class_theme, S7::class_any)) <- function(e1, e2) {
81
if (getRversion() < "4.3.0") {
82
add_gg(e1, e2)
83
} else {
84
+ deprecate_soft0("4.0.0", I("<ggplot> %+% x"), I("<ggplot> + x"))
85
`+`(e1, e2)
86
}
87
0 commit comments