-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME.qmd
More file actions
42 lines (24 loc) · 771 Bytes
/
README.qmd
File metadata and controls
42 lines (24 loc) · 771 Bytes
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
---
title: "plotbb: Grammar of Graphics for base plot"
format: gfm
---
<!-- README.md is generated from README.qmd. Please edit that file -->
```{r comment="", echo=FALSE, results='asis'}
cat(packageDescription("plotbb")$Description)
```
## :writing_hand: Author
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("plotbb")
```
Or the development version from github:
```r
remotes::install_github("YuLab-SMU/plotbb")
```
## :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).