Skip to content

Commit 31bd611

Browse files
committed
add CRAN install to readme
1 parent 6630c3e commit 31bd611

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@ features in the plot.
6666
## Inspiration
6767

6868
gggenomes 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
8784
if (!requireNamespace("BiocManager", quietly = TRUE))
8885
install.packages("BiocManager")
8986
BiocManager::install("ggtree")
87+
88+
# Install latest developmental version from github
89+
devtools::install_github("thackl/gggenomes")
9090
```
9191

0 commit comments

Comments
 (0)