Skip to content

Commit 46d73e6

Browse files
committed
Readme with CRAN version
1 parent 140b9ea commit 46d73e6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- badges: start -->
77

8-
[![R-CMD-check](https://github.com/nvelden/geneviewer/workflows/R-CMD-check/badge.svg)](https://github.com/nvelden/geneviewer/actions) [![CRAN status](https://www.r-pkg.org/badges/version/geneviewer)](https://CRAN.R-project.org/package=geneviewer) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
8+
[![R-CMD-check](https://github.com/nvelden/geneviewer/workflows/R-CMD-check/badge.svg)](https://github.com/nvelden/geneviewer/actions) [![CRAN status](https://www.r-pkg.org/badges/version/geneviewer)](https://CRAN.R-project.org/package=geneviewer) [![Metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/geneviewer)](https://cran.r-project.org/package=geneviewer) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
99

1010
<!-- badges: end -->
1111

@@ -15,7 +15,13 @@
1515

1616
## Installation
1717

18-
**geneviewer** is still in the development stage which might lead to breaking changes and thus not yet released on CRAN. You can install the development version from [GitHub](https://github.com/) with:
18+
You can install the released version of **geneviewer** from CRAN with:
19+
20+
```r
21+
install.packages("geneviewer")
22+
```
23+
24+
And the development version from GitHub with:
1925

2026
``` r
2127
# install.packages("devtools")

inst/htmlwidgets/lib/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)