-
Notifications
You must be signed in to change notification settings - Fork 14
/
README.Rmd
62 lines (38 loc) · 1.73 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
output:
md_document:
variant: gfm
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# tidytree: A Tidy Tool for Phylogenetic Tree Data Manipulation
```{r echo=FALSE, results="hide", message=FALSE}
library("badger")
```
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tidytree?color=green)](https://cran.r-project.org/package=tidytree)
`r badge_devel("guangchuangyu/tidytree", "green")`
[![](https://cranlogs.r-pkg.org/badges/grand-total/tidytree?color=green)](https://cran.r-project.org/package=tidytree)
[![](https://cranlogs.r-pkg.org/badges/tidytree?color=green)](https://cranlogs.r-pkg.org/downloads/total/last-month/tidytree)
[![](https://cranlogs.r-pkg.org/badges/last-week/tidytree?color=green)](https://cranlogs.r-pkg.org/downloads/total/last-week/tidytree)
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('tidytree')$Description)
```
Visit <https://yulab-smu.top/treedata-book/> for details.
## :writing_hand: Author
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
<https://guangchuangyu.github.io>
[![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/GuangchuangYu)
`r badger::badge_custom("follow me on", "WeChat", "green", "https://guangchuangyu.github.io/blog_images/biobabble.jpg")`
## :arrow_double_down: Installation
Get the released version from CRAN:
```r
install.packages("tidytree")
```
Or the development version from github:
```r
remotes::install_github("GuangchuangYu/tidytree")
```
## :sparkling_heart: Contributing
We welcome any contributions! By participating in this project you agree to
abide by the terms outlined in the [Contributor Code of Conduct](CONDUCT.md).