Browse code

update docs

Guangchuang Yu authored on 10/01/2019 10:30:26
Showing 2 changed files

... ...
@@ -34,11 +34,10 @@ Imports:
34 34
     treeio (>= 1.3.14),
35 35
     utils
36 36
 Suggests:
37
-    colorspace,
38
-    cowplot,
39 37
     emojifont,
40 38
     ggimage,
41 39
     knitr,
40
+    prettydoc,
42 41
     rmarkdown,
43 42
     testthat
44 43
 Remotes:
... ...
@@ -1,12 +1,14 @@
1 1
 ---
2
-title: "ggtree: a phylogenetic tree viewer for different types of tree annotations"
2
+title: "ggtree: phylogenetic tree visualization and annotation"
3 3
 author: "Guangchuang Yu\\
4 4
 
5 5
         School of Basic Medical Sciences, Southern Medical University"
6 6
 date: "`r Sys.Date()`"
7 7
 output:
8
-  html_document:
9
-    toc: true
8
+  prettydoc::html_pretty:
9
+    toc: false
10
+    theme: cayman
11
+    highlight: github
10 12
   pdf_document:
11 13
     toc: true
12 14
 vignette: >