Skip to content

Commit

Permalink
add gridExtra to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Feb 28, 2015
1 parent 03af39e commit 332ee94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Imports:
ggplot2,
checkmate (>= 1.1),
parallelMap (>= 1.1),
reshape2 (>= 1.4.1)
reshape2 (>= 1.4.1),
gridExtra (>= 0.9.1)
Suggests:
testthat
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ import(ggplot2)
import(parallelMap)
import(reshape2)
import(smoof)
importFrom(gridExtra,arrangeGrob)
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
#' @import checkmate
#' @import parallelMap
#' @import reshape2
#' @importFrom gridExtra arrangeGrob
NULL

0 comments on commit 332ee94

Please sign in to comment.