Skip to content

Commit 2e0d270

Browse files
committed
add citation
1 parent e84188e commit 2e0d270

4 files changed

Lines changed: 52 additions & 4 deletions

File tree

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.2.3
2-
Date: 2024-06-17 09:21:27 UTC
3-
SHA: 61ba9b7f0961c4a809c37bfa208b91d6fe7e0abe
1+
Version: 0.2.5
2+
Date: 2025-02-27 02:23:59 UTC
3+
SHA: e84188e5d5caec3607193e79352fddfad0ad41ec

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: aplot
22
Title: Decorate a 'ggplot' with Associated Information
3-
Version: 0.2.5
3+
Version: 0.2.6
44
Authors@R: c(
55
person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
66
person("Shuangbin", "Xu", email = "xshuangbin@163.com", role = "ctb",

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# aplot 0.2.6
2+
3+
+ add citation information (2025-06-12, Thu)
4+
- <https://doi.org/10.1016/j.xinn.2025.100958>
5+
16
# aplot 0.2.5
27

38
+ support main plot with `coord_fixed()` (2025-02-19, Wed, #45)

inst/CITATION

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
citHeader("To cite aplot in publications use:")
2+
3+
bibentry(
4+
bibtype = "article",
5+
title = "aplot: Simplifying the creation of complex graphs to visualize associations across diverse data types.",
6+
author = c(
7+
person("Shuangbin Xu"),
8+
person("Qianwen", "Wang"),
9+
person("Shaodi", "Wen"),
10+
person("Junrui", "Li"),
11+
person("Nan", "He"),
12+
person("Ming", "Li"),
13+
person("Thomas", "Hackl"),
14+
person("Rui", "Wang"),
15+
person("Dongqiang", "Zeng"),
16+
person("Shixiang", "Wang"),
17+
person("Shensuo", "Li"),
18+
person("Chun-Hui", "Gao"),
19+
person("Lang", "Zhou"),
20+
person("Shaoguo", "Tao"),
21+
person("Zijing", "Xie"),
22+
person("Lin", "Deng"),
23+
person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com")
24+
),
25+
year = "2025",
26+
journal = "The Innovation",
27+
volume = "6",
28+
issue = "9",
29+
number = "",
30+
pages = "100958.",
31+
doi = "10.1016/j.xinn.2025.100958",
32+
PMID = "",
33+
url = "https://doi.org/10.1016/j.xinn.2025.100958",
34+
textVersion = paste("S Xu, Q Wang, S Wen, J Li, N He, M Li, T Hackl, R Wang, D Zeng, S Wang, S Li, CH Gao, L Zhou, S Tao, Z Xie, L Deng, G Yu.",
35+
"aplot: Simplifying the creation of complex graphs to visualize associations across diverse data types.",
36+
"The Innovation. 2025, 6(9):100958. doi: 10.1016/j.xinn.2025.100958"
37+
)
38+
39+
)
40+
41+
42+
43+

0 commit comments

Comments
 (0)