Skip to content

Commit 282cd9b

Browse files
committed
Add ggplot2::guide_legend to imports
1 parent a673e50 commit 282cd9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ importFrom(ggplot2,geom_segment)
4747
importFrom(ggplot2,geom_text)
4848
importFrom(ggplot2,ggplot)
4949
importFrom(ggplot2,ggproto)
50+
importFrom(ggplot2,guide_legend)
5051
importFrom(ggplot2,is.ggplot)
5152
importFrom(ggplot2,layer)
5253
importFrom(ggplot2,position_stack)

R/upset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @importFrom utils head modifyList tail
2-
#' @importFrom ggplot2 ggplot aes aes_string coord_flip theme xlab ylab
2+
#' @importFrom ggplot2 ggplot aes aes_string coord_flip theme xlab ylab guide_legend
33
#' @importFrom ggplot2 scale_color_manual scale_x_discrete scale_y_discrete scale_y_reverse scale_y_continuous
44
#' @importFrom ggplot2 geom_text geom_bar geom_col geom_point geom_segment layer position_stack stat_summary
55
#' @importFrom ggplot2 is.ggplot %+% sym expr ggproto Stat quo_name

0 commit comments

Comments
 (0)