File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,26 +66,26 @@ features in the plot.
6666## Inspiration
6767
6868gggenomes draws inspiration from some brilliant packages, in particular:
69- * [ gggenes] ( https://github.com/wilkox/gggenes ) by [ David Wilkins] ( https://wilkox.org/ )
70- * [ ggtree] ( https://guangchuangyu.github.io/software/ggtree/ ) by Guangchuang Yu
71- * [ ggraph] ( https://github.com/thomasp85/ggraph ) by [ Thomas Lin Pedersen] ( https://www.data-imaginist.com/about )
69+
70+ - [ gggenes] ( https://github.com/wilkox/gggenes ) by [ David Wilkins] ( https://wilkox.org/ )
71+ - [ ggtree] ( https://guangchuangyu.github.io/software/ggtree/ ) by Guangchuang Yu
72+ - [ ggraph] ( https://github.com/thomasp85/ggraph ) by [ Thomas Lin Pedersen] ( https://www.data-imaginist.com/about )
7273
7374## Installation
7475
75- gggenomes is at this point in an alpha release state, and only
76- available as a developmental package from github.
76+ gggenomes is available as stable release on CRAN (from v1.0.1). The lastest developmental versions are available on github.
7777
7878``` R
79- # if you don't have it
80- install.packages(" devtools" )
81-
82- # install gggenomes
83- devtools :: install_github(" thackl/gggenomes" )
79+ # Install from CRAN
80+ install.packages(" gggenomes" )
8481
8582# optionally install ggtree to plot genomes next to trees
8683# https://bioconductor.org/packages/release/bioc/html/ggtree.html
8784if (! requireNamespace(" BiocManager" , quietly = TRUE ))
8885 install.packages(" BiocManager" )
8986BiocManager :: install(" ggtree" )
87+
88+ # Install latest developmental version from github
89+ devtools :: install_github(" thackl/gggenomes" )
9090```
9191
You can’t perform that action at this time.
0 commit comments