Browse code

fixed missing lib in example

Pierre-Luc Germain authored on 06/09/2020 07:15:56
Showing 3 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: pipeComp
2 2
 Type: Package
3 3
 Title: pipeComp pipeline benchmarking framework
4
-Version: 0.99.55
4
+Version: 0.99.57
5 5
 Depends: R (>= 4.0)
6 6
 Authors@R: c(
7 7
 	person("Pierre-Luc", "Germain", email="[email protected]", role=c("cre","aut"), comment = c(ORCID = "0000-0003-3418-4218")), 
... ...
@@ -337,6 +337,7 @@ scrna_describeDatasets <- function(sces, pt.size=0.3, ...){
337 337
 #' @export
338 338
 #'
339 339
 #' @examples
340
+#' library(ComplexHeatmap)
340 341
 #' data("exampleResults")
341 342
 #' h <- scrna_evalPlot_overall(exampleResults)
342 343
 #' draw(h, heatmap_legend_side="bottom")
... ...
@@ -46,6 +46,7 @@ A HeatmapList
46 46
 Plots a multi-level summary heatmap of many analyses of the `scrna_pipeline`.
47 47
 }
48 48
 \examples{
49
+library(ComplexHeatmap)
49 50
 data("exampleResults")
50 51
 h <- scrna_evalPlot_overall(exampleResults)
51 52
 draw(h, heatmap_legend_side="bottom")