... | ... |
@@ -52,4 +52,4 @@ BugReports: https://github.com/GuangchuangYu/ggtree/issues |
52 | 52 |
Packaged: 2014-12-03 08:16:14 UTC; root |
53 | 53 |
biocViews: Alignment, Annotation, Clustering, DataImport, |
54 | 54 |
MultipleSequenceAlignment, ReproducibleResearch, Software, Visualization |
55 |
-RoxygenNote: 6.1.0 |
|
55 |
+RoxygenNote: 6.1.1 |
... | ... |
@@ -31,7 +31,7 @@ install: |
31 | 31 |
|
32 | 32 |
check: rd build |
33 | 33 |
cd ..;\ |
34 |
- Rscript -e 'rcmdcheck::rcmdcheck("$(PKGNAME)_$(PKGVERS).tar.gz")' |
|
34 |
+ Rscript -e "rcmdcheck::rcmdcheck('$(PKGNAME)_$(PKGVERS).tar.gz')" |
|
35 | 35 |
|
36 | 36 |
check2: rd build |
37 | 37 |
cd ..;\ |
... | ... |
@@ -43,7 +43,7 @@ check3: rd build2 |
43 | 43 |
|
44 | 44 |
bioccheck: |
45 | 45 |
cd ..;\ |
46 |
- Rscript -e 'BiocCheck::BiocCheck("$(PKGNAME)_$(PKGVERS).tar.gz")' |
|
46 |
+ Rscript -e "BiocCheck::BiocCheck('$(PKGNAME)_$(PKGVERS).tar.gz')" |
|
47 | 47 |
|
48 | 48 |
clean: |
49 | 49 |
cd ..;\ |
... | ... |
@@ -5,11 +5,11 @@ |
5 | 5 |
"For help: https://guangchuangyu.github.io/software/", pkgname, "\n\n") |
6 | 6 |
|
7 | 7 |
citation <- paste0("If you use ", pkgname, " in published research, please cite the most appropriate paper(s):\n\n", |
8 |
- '\033[36m', '\u25C9', '\033[39m ', |
|
8 |
+ '\033[36m', '-', '\033[39m ', |
|
9 | 9 |
"Guangchuang Yu, David Smith, Huachen Zhu, Yi Guan, Tommy Tsan-Yuk Lam. ", |
10 | 10 |
"ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data. ", |
11 | 11 |
"Methods in Ecology and Evolution 2017, 8(1):28-36, doi:10.1111/2041-210X.12628\n\n", |
12 |
- '\033[36m', '\u25C9', '\033[39m ', |
|
12 |
+ '\033[36m', '-', '\033[39m ', |
|
13 | 13 |
"Guangchuang Yu, Tommy Tsan-Yuk Lam, Huachen Zhu, Yi Guan. ", |
14 | 14 |
"Two methods for mapping and visualizing associated data on phylogeny using ggtree. ", |
15 | 15 |
"Molecular Biology and Evolution 2018, accepted. doi: 10.1093/molbev/msy194" |
... | ... |
@@ -4,11 +4,14 @@ |
4 | 4 |
\name{reroot} |
5 | 5 |
\alias{reroot} |
6 | 6 |
\alias{reroot,phylo-method} |
7 |
+\alias{reroot,treedata-method} |
|
7 | 8 |
\title{reroot method} |
8 | 9 |
\usage{ |
9 | 10 |
reroot(object, node, ...) |
10 | 11 |
|
11 | 12 |
\S4method{reroot}{phylo}(object, node, ...) |
13 |
+ |
|
14 |
+\S4method{reroot}{treedata}(object, node, ...) |
|
12 | 15 |
} |
13 | 16 |
\arguments{ |
14 | 17 |
\item{object}{\code{treedata} object} |