Browse code

remove import gridExtra

zhewa authored on 13/10/2020 00:16:17
Showing 1 changed files

... ...
@@ -12,8 +12,8 @@ Description: Utilizing Bayesian hierarchical models to analyze single-cell genom
12 12
 Depends: R (>= 3.6)
13 13
 VignetteBuilder: knitr
14 14
 Imports: plyr, foreach, ggplot2, RColorBrewer, grid, scales, gtable,
15
-        grDevices, graphics, matrixStats, doParallel, digest,
16
-        gridExtra, methods, reshape2, MAST, S4Vectors, data.table,
15
+        grDevices, graphics, matrixStats, doParallel, digest, methods,
16
+        reshape2, MAST, S4Vectors, data.table,
17 17
         Rcpp, RcppEigen, uwot, enrichR, stringi, SummarizedExperiment,
18 18
         MCMCprecision, ggrepel, Rtsne, withr, dendextend, ggdendro,
19 19
         pROC, scater (>= 1.14.4), scran, SingleCellExperiment, dbscan,