Browse code

new citation

Guangchuang Yu authored on 26/09/2022 07:41:17
Showing 2 changed files

... ...
@@ -1,7 +1,7 @@
1 1
 Package: ggtree
2 2
 Type: Package
3 3
 Title: an R package for visualization of tree and annotation data
4
-Version: 3.4.2
4
+Version: 3.4.3
5 5
 Authors@R: c(
6 6
        person("Guangchuang", "Yu",     email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), 
7 7
             comment = c(ORCID = "0000-0002-6485-8781")),
... ...
@@ -12,6 +12,34 @@ citEntry(
12 12
                         "Chapman and Hall/CRC.")   
13 13
 )
14 14
 
15
+
16
+citEntry(
17
+    entry  = "article",
18
+    title = "Ggtree: A serialized data object for visualization of a phylogenetic tree and annotation data",
19
+    author = personList(
20
+        as.person("Shuangbin Xu"),
21
+        as.person("Lin Li"),
22
+        as.person("Xiao Luo"),
23
+        as.person("Meijun Chen"),
24
+        as.person("Wenli Tang"),
25
+        as.person("Li Zhan"),
26
+        as.person("Zehan Dai"),
27
+        as.person("Tommy T. Lam"),
28
+        as.person("Yi Guan"),
29
+        as.person("Guangchuang Yu")
30
+    ),
31
+    year = "2022",
32
+    journal = "iMeta",
33
+    volume = "4",
34
+    number = "1",
35
+    pages = "e56",
36
+    doi = "10.1002/imt2.56",
37
+    textVersion = paste("Shuangbin Xu, Lin Li, Xiao Luo, Meijun Chen, Wenli Tang, Li Zhan, Zehan Dai, Tommy T. Lam, Yi Guan, Guangchuang Yu.",
38
+                        "Ggtree: A serialized data object for visualization of a phylogenetic tree and annotation data.",
39
+                        "iMeta 2022, 4(1):e56. doi:10.1002/imt2.56")
40
+)
41
+
42
+
15 43
 citEntry(
16 44
     entry  = "article",
17 45
     title = "Using ggtree to Visualize Data on Tree-Like Structures",