-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathREADME.Rmd
56 lines (36 loc) · 1.21 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
---
output:
md_document:
variant: gfm
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# `aplot` for decorating a plot with associated information
`r badger::badge_license("Artistic-2.0")`
`r badger::badge_github_version("YuLab-SMU/aplot", "blue")`
`r badger::badge_code_size("YuLab-SMU/aplot")`
`r badger::badge_last_commit("YuLab-SMU/aplot", 'master')`
<br>
`r badger::badge_cran_release('aplot', 'green')`
`r badger::badge_cran_download('aplot', 'grand-total', 'green')`
`r badger::badge_github_actions("YuLab-SMU/aplot", action='rworkflows')`
`r badger::badge_codecov(ref='YuLab-SMU/aplot', branch='master')`
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription('aplot')$Description)
```
## :writing_hand: Authors
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
<https://yulab-smu.top>
## :arrow_double_down: Installation
Get the released version from CRAN:
```r
install.packages("aplot")
```
Or the development version from github:
```r
## install.packages("remotes")
remotes::install_github("YuLab-SMU/aplot")
```
## :book: Vignette
For more details, please refer to the [online vignette](https://yulab-smu.top/aplot).