File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ importFrom(ggplot2,geom_segment)
47
47
importFrom(ggplot2,geom_text)
48
48
importFrom(ggplot2,ggplot)
49
49
importFrom(ggplot2,ggproto)
50
+ importFrom(ggplot2,guide_legend)
50
51
importFrom(ggplot2,is.ggplot)
51
52
importFrom(ggplot2,layer)
52
53
importFrom(ggplot2,position_stack)
Original file line number Diff line number Diff line change 1
1
# ' @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
3
3
# ' @importFrom ggplot2 scale_color_manual scale_x_discrete scale_y_discrete scale_y_reverse scale_y_continuous
4
4
# ' @importFrom ggplot2 geom_text geom_bar geom_col geom_point geom_segment layer position_stack stat_summary
5
5
# ' @importFrom ggplot2 is.ggplot %+% sym expr ggproto Stat quo_name
You can’t perform that action at this time.
0 commit comments