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 5908327 commit 1a290e5Copy full SHA for 1a290e5
R/geom-.R
@@ -169,7 +169,7 @@ Geom <- ggproto("Geom",
169
mask = list(stage = stage_scaled)
170
),
171
error = function(cnd) {
172
- cli::cli_warn("Unable to apply legend modifications.", parent = cnd)
+ cli::cli_warn("Unable to apply staged modifications.", parent = cnd)
173
data_frame0()
174
}
175
)
tests/testthat/_snaps/guide-legend.md
@@ -1,6 +1,6 @@
1
# unresolved, modified expressions throw a warning (#6264)
2
3
- Unable to apply legend modifications.
+ Unable to apply staged modifications.
4
Caused by error:
5
! object 'prop' not found
6
0 commit comments