Browse code

update docs, #496, #497

Guangchuang Yu authored on 29/04/2022 08:02:38
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: ggtree
2 2
 Type: Package
3 3
 Title: an R package for visualization of tree and annotation data
4
-Version: 3.5.0
4
+Version: 3.5.0.900
5 5
 Authors@R: c(
6 6
        person("Guangchuang", "Yu",     email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), 
7 7
             comment = c(ORCID = "0000-0002-6485-8781")),
... ...
@@ -25,6 +25,15 @@
25 25
 
26 26
 -->
27 27
 
28
+# ggtree 3.5.0.900
29
+
30
++ new 'slanted' layout for `branch.length = 'none'` (2022-04-29, Fri, #497)
31
+    - only works for Cartesian coordination, that means it will not work for `layout = 'radial'`
32
+
33
+# ggtree 3.4.0
34
+
35
++ Bioconductor 3.15 release (2022-04-28, Thu)
36
+
28 37
 # ggtree 3.3.3
29 38
 
30 39
 + `geom_striplab()` that supports `aes()` mapping (2022-04-22, Fri, #493)