Browse code

add import in NAMESPACE

jokergoo authored on 30/05/2016 14:31:40
Showing 3 changed files

... ...
@@ -95,6 +95,7 @@ export(anno_density)
95 95
 
96 96
 
97 97
 
98
+
98 99
 import(grDevices)
99 100
 import(graphics)
100 101
 import(grid)
... ...
@@ -115,6 +116,8 @@ importFrom("dendextend", nnodes)
115 116
 importFrom("methods", setClass)
116 117
 importFrom("methods", setGeneric)
117 118
 importFrom("methods", setMethod)
119
+importFrom("methods", "new", "show")
120
+importFrom("utils", "getFromNamespace")
118 121
 
119 122
 
120 123
 
... ...
@@ -24,7 +24,6 @@
24 24
 # -show_column_names pass to `Heatmap`
25 25
 # -column_names_max_height pass to `Heatmap`
26 26
 # -column_names_gp pass to `Heatmap`
27
-# -column_order pass to `Heatmap`
28 27
 # -column_order order of columns
29 28
 # -... pass to `draw,HeatmapList-method`
30 29
 #
... ...
@@ -50,7 +50,6 @@ densityHeatmap(data,
50 50
   \item{show_column_names}{pass to \code{\link{Heatmap}}}
51 51
   \item{column_names_max_height}{pass to \code{\link{Heatmap}}}
52 52
   \item{column_names_gp}{pass to \code{\link{Heatmap}}}
53
-  \item{column_order}{pass to \code{\link{Heatmap}}}
54 53
   \item{column_order}{order of columns}
55 54
   \item{...}{pass to \code{\link{draw,HeatmapList-method}}}
56 55