... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: ComplexHeatmap |
2 | 2 |
Type: Package |
3 | 3 |
Title: Make Complex Heatmaps |
4 |
-Version: 2.1.0 |
|
5 |
-Date: 2019-07-02 |
|
4 |
+Version: 2.1.1 |
|
5 |
+Date: 2019-10-12 |
|
6 | 6 |
Author: Zuguang Gu |
7 | 7 |
Maintainer: Zuguang Gu <z.gu@dkfz.de> |
8 | 8 |
Depends: R (>= 3.1.2), methods, grid, graphics, stats, grDevices |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+CHANGES in VERSION 2.1.1 |
|
2 |
+ |
|
3 |
+* `Heatmap()`: give error when heatmap has empty string as its name. |
|
4 |
+ |
|
5 |
+======================== |
|
6 |
+ |
|
1 | 7 |
CHANGES in VERSION 2.1.0 |
2 | 8 |
|
3 | 9 |
* check the length of the clustering objects and the matrix rows/columns |
... | ... |
@@ -12,7 +18,6 @@ CHANGES in VERSION 2.1.0 |
12 | 18 |
* `Heatmap()`: add `jitter` argument to add tiny random shift to original matrix. |
13 | 19 |
It is mainly to solve the problem of "Error: node stack overflow" |
14 | 20 |
when there are too many identical rows/columns for plotting the dendrograms. |
15 |
-* `Heatmap()`: give error when heatmap has empty string as its name. |
|
16 | 21 |
|
17 | 22 |
======================== |
18 | 23 |
|