Skip to content

Commit 6c95f24

Browse files
committed
make GeomCol parent of geom_col() again for error message purposes
1 parent 6f452f4 commit 6c95f24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/geom-col.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#' @export
2-
#' @rdname geom_bar
3-
geom_col <- make_constructor(GeomBar, position = "stack", just = 0.5)
4-
51
#' @rdname ggplot2-ggproto
62
#' @format NULL
73
#' @usage NULL
84
#' @export
95
#' @include geom-rect.R
106
# TODO: deprecate this
117
GeomCol <- ggproto("GeomCol", GeomBar)
8+
9+
#' @export
10+
#' @rdname geom_bar
11+
geom_col <- make_constructor(GeomCol, position = "stack", just = 0.5)

0 commit comments

Comments
 (0)