Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: a phylogenetic tree viewer for different types of tree annotations |
4 |
-Version: 1.1.0 |
|
5 |
-Author: Guangchuang Yu |
|
4 |
+Version: 1.1.1 |
|
5 |
+Author: Guangchuang Yu and Tommy Tsan-Yuk Lam |
|
6 | 6 |
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com> |
7 | 7 |
Description: ggtree extends the ggplot2 plotting system which implemented the |
8 | 8 |
grammar of graphics. ggtree is designed for visualizing phylogenetic tree |
... | ... |
@@ -9,7 +9,7 @@ The `ggtree` package extending the `ggplot2` package. It based on grammar of gra |
9 | 9 |
|
10 | 10 |
## Authors ## |
11 | 11 |
|
12 |
-Guangchuang YU, School of Public Health, The University of Hong Kong [http://ygc.name](http://ygc.name) |
|
12 |
+Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The University of Hong Kong. |
|
13 | 13 |
|
14 | 14 |
## License ## |
15 | 15 |
|
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/jplace.R, R/paml_rst.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{get.fields} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/jplace.R, R/paml_rst.R, R/phylo.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{get.tree} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/jplace.R, R/paml_rst.R, R/phylo.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{groupClade} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/jplace.R, R/paml_rst.R, R/phylo.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{groupOTU} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/paml_rst.R, R/phylo.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{gzoom} |
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/beast.R, R/codeml.R, R/codeml_mlc.R, R/hyphy.R, R/jplace.R, R/paml_rst.R, R/phylo.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{scale_color} |
... | ... |
@@ -2,9 +2,7 @@ |
2 | 2 |
title: "ggtree: a phylogenetic tree viewer for different types of tree annotations" |
3 | 3 |
author: "\\ |
4 | 4 |
|
5 |
- Guangchuang Yu\\ |
|
6 |
- |
|
7 |
- <guangchuangyu@gmail.com>\\ |
|
5 |
+ Guangchuang Yu (<guangchuangyu@gmail.com>) and Tommy Tsan-Yuk Lam (<ttylam@hku.hk>)\\ |
|
8 | 6 |
|
9 | 7 |
School of Public Health, The University of Hong Kong" |
10 | 8 |
date: "`r Sys.Date()`" |