Skip to content

Commit d22bb76

Browse files
committed
add missing dependencies
1 parent 20a7343 commit d22bb76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ importFrom(ggplot2,element_text)
9696
importFrom(ggplot2,facet_wrap)
9797
importFrom(ggplot2,geom_bar)
9898
importFrom(ggplot2,geom_boxplot)
99+
importFrom(ggplot2,geom_col)
99100
importFrom(ggplot2,geom_histogram)
100101
importFrom(ggplot2,geom_point)
101102
importFrom(ggplot2,geom_text)

R/FragPipeAnalystR-package.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#' @importFrom ggplot2 facet_wrap
4545
#' @importFrom ggplot2 geom_bar
4646
#' @importFrom ggplot2 geom_boxplot
47+
#' @importFrom ggplot2 geom_col
4748
#' @importFrom ggplot2 geom_histogram
4849
#' @importFrom ggplot2 geom_point
4950
#' @importFrom ggplot2 geom_text

0 commit comments

Comments
 (0)