Skip to content

Commit e84188e

Browse files
committed
update readme
1 parent 0e9223d commit e84188e

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# aplot 0.2.5
2+
3+
+ support main plot with `coord_fixed()` (2025-02-19, Wed, #45)
4+
15
# aplot 0.2.4
26

37
+ update DESCRIPTION to add citation (2024-12-17, Tue)

README.Rmd

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ html_preview: false
1010

1111
# `aplot` for decorating a plot with associated information
1212

13-
[![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)
14-
[![](https://img.shields.io/badge/devel%20version-0.2.2-black.svg)](https://github.com/YuLab-SMU/aplot)
15-
[![](https://img.shields.io/github/languages/code-size/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot)
16-
[![](https://img.shields.io/github/last-commit/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot/commits/master)
13+
`r badger::badge_license("Artistic-2.0")`
14+
`r badger::badge_github_version("YuLab-SMU/aplot", "blue")`
15+
`r badger::badge_code_size("YuLab-SMU/aplot")`
16+
`r badger::badge_last_commit("YuLab-SMU/aplot", 'master')`
1717
<br>
18-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/aplot?color=green)](https://cran.r-project.org/package=aplot)
19-
![](http://cranlogs.r-pkg.org/badges/grand-total/aplot?color=green)
20-
![](http://cranlogs.r-pkg.org/badges/aplot?color=green)
21-
![](http://cranlogs.r-pkg.org/badges/last-week/aplot?color=green)
22-
<br>
23-
[![R build status](https://github.com/YuLab-SMU/aplot/workflows/rworkflows/badge.svg)](https://github.com/YuLab-SMU/aplot/actions)
24-
[![](https://codecov.io/gh/YuLab-SMU/aplot/branch/master/graph/badge.svg)](https://app.codecov.io/gh/YuLab-SMU/aplot)
18+
`r badger::badge_cran_release('aplot', 'green')`
19+
`r badger::badge_cran_download('aplot', 'grand-total', 'green')`
20+
`r badger::badge_github_actions("YuLab-SMU/aplot", action='rworkflows')`
21+
`r badger::badge_codecov(ref='YuLab-SMU/aplot', branch='master')`
2522

2623

2724
```{r comment="", echo=FALSE, results='asis'}
@@ -56,4 +53,4 @@ remotes::install_github("YuLab-SMU/aplot")
5653

5754
## :book: Vignette
5855

59-
For more details, please refer to the [online vignette](https://yulab-smu.top/pkgdocs/aplot.html).
56+
For more details, please refer to the [online vignette](https://yulab-smu.top/aplot).

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@
44

55
[![License:
66
Artistic-2.0](https://img.shields.io/badge/license-Artistic--2.0-blue.svg)](https://cran.r-project.org/web/licenses/Artistic-2.0)
7-
[![](https://img.shields.io/badge/devel%20version-0.2.2-black.svg)](https://github.com/YuLab-SMU/aplot)
7+
[![](https://img.shields.io/badge/devel%20version-0.2.5-blue.svg)](https://github.com/YuLab-SMU/aplot)
88
[![](https://img.shields.io/github/languages/code-size/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot)
99
[![](https://img.shields.io/github/last-commit/YuLab-SMU/aplot.svg)](https://github.com/YuLab-SMU/aplot/commits/master)
1010
<br>
11-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/aplot?color=green)](https://cran.r-project.org/package=aplot)
12-
![](http://cranlogs.r-pkg.org/badges/grand-total/aplot?color=green)
13-
![](http://cranlogs.r-pkg.org/badges/aplot?color=green)
14-
![](http://cranlogs.r-pkg.org/badges/last-week/aplot?color=green) <br>
11+
[![](https://www.r-pkg.org/badges/version/aplot?color=green)](https://cran.r-project.org/package=aplot)
12+
[![](http://cranlogs.r-pkg.org/badges/grand-total/aplot?color=green)](https://cran.r-project.org/package=aplot)
1513
[![R build
1614
status](https://github.com/YuLab-SMU/aplot/workflows/rworkflows/badge.svg)](https://github.com/YuLab-SMU/aplot/actions)
1715
[![](https://codecov.io/gh/YuLab-SMU/aplot/branch/master/graph/badge.svg)](https://app.codecov.io/gh/YuLab-SMU/aplot)
1816

1917
For many times, we are not just aligning plots as what ‘cowplot’ and
2018
‘patchwork’ did. Users would like to align associated information that
2119
requires axes to be exactly matched in subplots, e.g. hierarchical
22-
clustering with a heatmap. This package provides utilities to aligns
23-
associated subplots to a main plot at different sides (left, right, top
24-
and bottom) with axes exactly matched.
20+
clustering with a heatmap. Inspired by the ‘Method 2’ in ‘ggtree’ (G Yu
21+
(2018) <doi:10.1093/molbev/msy194>), ‘aplot’ provides utilities to
22+
aligns associated subplots to a main plot at different sides (left,
23+
right, top and bottom) with axes exactly matched.
2524

2625
## :writing_hand: Authors
2726

@@ -49,4 +48,4 @@ remotes::install_github("YuLab-SMU/aplot")
4948
## :book: Vignette
5049

5150
For more details, please refer to the [online
52-
vignette](https://yulab-smu.top/pkgdocs/aplot.html).
51+
vignette](https://yulab-smu.top/aplot).

0 commit comments

Comments
 (0)