Skip to content

Commit b9f9652

Browse files
committed
fix missing import
1 parent 08583bf commit b9f9652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ importFrom(ggplot2,geom_point)
164164
importFrom(ggplot2,geom_segment)
165165
importFrom(ggplot2,geom_step)
166166
importFrom(ggplot2,geom_vline)
167+
importFrom(ggplot2,geom_line)
168+
importFrom(ggplot2,geom_text)
167169
importFrom(ggplot2,ggplot)
168170
importFrom(ggplot2,ggtitle)
169171
importFrom(ggplot2,guide_legend)

0 commit comments

Comments
 (0)