Skip to content

Commit b5c947c

Browse files
committed
Add missing dependancy
1 parent 474ab8c commit b5c947c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Depends:
1818
Imports:
1919
dplyr,
2020
ggplot2,
21+
gridExtra,
2122
htmlwidgets,
2223
igraph,
2324
kwb.utils,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ importFrom(ggplot2,position_dodge2)
9696
importFrom(ggplot2,scale_y_log10)
9797
importFrom(ggplot2,theme)
9898
importFrom(ggplot2,theme_bw)
99+
importFrom(gridExtra,grid.arrange)
99100
importFrom(htmlwidgets,onRender)
100101
importFrom(igraph,V)
101102
importFrom(igraph,distances)

R/get_bfshares.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' pull
1414
#' @importFrom stringr str_starts str_sub
1515
#' @importFrom tidyr replace_na
16+
#' @importFrom gridExtra grid.arrange
1617
#' @export
1718
#'
1819
get_bfshares <- function(config,

0 commit comments

Comments
 (0)