Browse code

update citation

Guangchuang Yu authored on 13/08/2022 09:45:00
Showing 3 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.5.2
4
+Version: 3.5.2.991
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")),
... ...
@@ -57,7 +57,7 @@ VignetteBuilder: knitr
57 57
 ByteCompile: true
58 58
 Encoding: UTF-8
59 59
 License: Artistic-2.0
60
-URL: https://yulab-smu.top/treedata-book/ (book), http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628 (paper)
60
+URL: https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/ (book), http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628 (paper)
61 61
 BugReports: https://github.com/YuLab-SMU/ggtree/issues
62 62
 Packaged: 2014-12-03 08:16:14 UTC; root
63 63
 biocViews: Alignment, Annotation, Clustering, DataImport,
... ...
@@ -24,6 +24,9 @@
24 24
   - <https://github.com/thomasp85/ggraph/commit/14de66f1225336179b4598cb42a4beda95682211>
25 25
 
26 26
 -->
27
+# ggtree 3.5.2.991
28
+
29
++ add citation of the tree data book (2022-08-13, Sat)
27 30
 
28 31
 # ggtree 3.5.2
29 32
 
... ...
@@ -1,5 +1,17 @@
1 1
 citHeader("To cite ggtree in publications use:")
2 2
 
3
+citEntry(
4
+    entry  = "book",
5
+    title = "Data Integration, Manipulation and Visualization of Phylogenetic Treess",
6
+    author = person("Guangchuang", "Yu"),
7
+	publisher = "Chapman and Hall/{CRC}",
8
+    year = "2022",
9
+	edition = "1st edition",
10
+    textVersion = paste("Guangchuang Yu. (2022).",
11
+                        "Data Integration, Manipulation and Visualization of Phylogenetic Trees (1st edition).",
12
+                        "Chapman and Hall/CRC.")   
13
+)
14
+
3 15
 citEntry(
4 16
     entry  = "article",
5 17
     title = "Using ggtree to Visualize Data on Tree-Like Structures",