-
Notifications
You must be signed in to change notification settings - Fork 15
/
README.Rmd
59 lines (39 loc) · 1.79 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
---
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
[![License: Artistic-2.0](https://img.shields.io/badge/license-Artistic--2.0-blue.svg)](https://cran.r-project.org/web/licenses/Artistic-2.0)
[![](https://img.shields.io/badge/devel%20version-0.2.2-black.svg)](https://github.com/YuLab-SMU/aplot)
[![](https://img.shields.io/github/languages/code-size/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot)
[![](https://img.shields.io/github/last-commit/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot/commits/master)
<br>
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/aplot?color=green)](https://cran.r-project.org/package=aplot)
![](http://cranlogs.r-pkg.org/badges/grand-total/aplot?color=green)
![](http://cranlogs.r-pkg.org/badges/aplot?color=green)
![](http://cranlogs.r-pkg.org/badges/last-week/aplot?color=green)
<br>
[![R build status](https://github.com/YuLab-SMU/aplot/workflows/rworkflows/badge.svg)](https://github.com/YuLab-SMU/aplot/actions)
[![](https://codecov.io/gh/YuLab-SMU/aplot/branch/master/graph/badge.svg)](https://app.codecov.io/gh/YuLab-SMU/aplot)
```{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/pkgdocs/aplot.html).