... | ... |
@@ -12,6 +12,7 @@ CHANGES in VERSION 2.1.0 |
12 | 12 |
* `Heatmap()`: add `jitter` argument to add tiny random shift to original matrix. |
13 | 13 |
It is mainly to solve the problem of "Error: node stack overflow" |
14 | 14 |
when there are too many identical rows/columns for plotting the dendrograms. |
15 |
+* `Heatmap()`: give error when heatmap has empty string as its name. |
|
15 | 16 |
|
16 | 17 |
======================== |
17 | 18 |
|