... | ... |
@@ -2,7 +2,7 @@ Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: an R package for visualization and annotation of phylogenetic trees with |
4 | 4 |
their covariates and other associated data |
5 |
-Version: 1.13.1 |
|
5 |
+Version: 1.13.1.9001 |
|
6 | 6 |
Authors@R: c( |
7 | 7 |
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")), |
8 | 8 |
person("Tommy Tsan-Yuk", "Lam", email = "tylam.tommy@gmail.com", role = c("aut", "ths")), |
... | ... |
@@ -1,3 +1,8 @@ |
1 |
+# ggtree 1.13.1.9001 |
|
2 |
+ |
|
3 |
++ re-export `ggplot2::fortify` |
|
4 |
+ - <https://groups.google.com/d/msgid/bioc-ggtree/bf7a9b3c-9a8f-4d8d-a782-1b467fba38bc%40googlegroups.com> |
|
5 |
+ |
|
1 | 6 |
# ggtree 1.13.1 |
2 | 7 |
|
3 | 8 |
+ `geom_nodepoint` & `geom_tippoint` now compatible with `ggplot2` v 2.2.1 & |
... | ... |
@@ -27,6 +27,8 @@ |
27 | 27 |
\alias{reexports} |
28 | 28 |
\alias{aes} |
29 | 29 |
\alias{reexports} |
30 |
+\alias{fortify} |
|
31 |
+\alias{reexports} |
|
30 | 32 |
\alias{geom_text} |
31 | 33 |
\alias{reexports} |
32 | 34 |
\alias{geom_label} |
... | ... |
@@ -75,7 +77,7 @@ below to see their documentation. |
75 | 77 |
|
76 | 78 |
\item{dplyr}{\code{\link[dplyr]{collapse}}} |
77 | 79 |
|
78 |
- \item{ggplot2}{\code{\link[ggplot2]{fortify}}, \code{\link[ggplot2]{ggplot}}, \code{\link[ggplot2]{xlim}}, \code{\link[ggplot2]{theme}}, \code{\link[ggplot2]{ggsave}}, \code{\link[ggplot2]{aes}}, \code{\link[ggplot2]{geom_text}}, \code{\link[ggplot2]{geom_label}}, \code{\link[ggplot2]{geom_point}}} |
|
80 |
+ \item{ggplot2}{\code{\link[ggplot2]{fortify}}, \code{\link[ggplot2]{ggplot}}, \code{\link[ggplot2]{xlim}}, \code{\link[ggplot2]{theme}}, \code{\link[ggplot2]{ggsave}}, \code{\link[ggplot2]{aes}}, \code{\link[ggplot2]{fortify}}, \code{\link[ggplot2]{geom_text}}, \code{\link[ggplot2]{geom_label}}, \code{\link[ggplot2]{geom_point}}} |
|
79 | 81 |
|
80 | 82 |
\item{tidytree}{\code{\link[tidytree]{groupOTU}}, \code{\link[tidytree]{groupClade}}} |
81 | 83 |
|