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 8b3baad commit 3d59bc4Copy full SHA for 3d59bc4
tests/testthat/test-stat_bin_location.R
@@ -4,7 +4,7 @@ run_stat_bin_location <- function(data, ..., .x.scale = list()) {
4
rlang::inject(ggplot2::scale_x_date(!!!.x.scale)) +
5
stat_bin_location(...)
6
7
- layer_data(plot)
+ ggplot2::layer_data(plot)
8
}
9
10
s2d <- function(x) as.numeric(as.Date(x))
0 commit comments