Skip to content

Commit f77386f

Browse files
committed
Add r-universe badge
1 parent 803aecf commit f77386f

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
### R/qtl2browse
22

33
[![R-CMD-check](https://github.com/rqtl/qtl2browse/workflows/R-CMD-check/badge.svg)](https://github.com/rqtl/qtl2browse/actions)
4+
[![r-universe badge](https://rqtl.r-universe.dev/qtl2bioc/badges/version)](https://rqtl.r-universe.dev/qtl2bioc)
45

56
[Karl Broman](https://kbroman.org) and [Christian Fischer](https://github.com/chfi)
67

7-
[R/qtl2browse](https://github.com/kbroman/qtl2browse) is an R package
8+
[R/qtl2browse](https://github.com/rqtl/qtl2browse) is an R package
89
to facilitate the use of the [Genetics Genome
910
Browser](https://github.com/chfi/purescript-genetics-browser) with
1011
[R/qtl2](https://kbroman.org/qtl2).
@@ -13,20 +14,24 @@ Browser](https://github.com/chfi/purescript-genetics-browser) with
1314

1415
## Installation
1516

16-
Install the package [remotes](https://remotes.r-lib.org).
17+
Install R/qtl2browse from
18+
[r-universe](https://rqtl.r-universe.dev/qtl2browse):
1719

1820
```r
19-
install.packages("remotes")
21+
install.packages("qtl2browse", repos=c("https://rqtl.r-universe.dev",
22+
"https://cloud.r-project.org"))
2023
```
2124

22-
Install [R/qtl2browse](https://github.com/rqtl/qtl2browse) from GitHub
23-
using `install_github`.
25+
Alternatively, install the [remotes package](https://remotes.r-lib.org)
26+
and use `remotes::install_github()` to install R/qtl2browse from its
27+
[Github repository](https://github.com/rqtl/qtl2browse).
2428

2529
```r
26-
remotes::install_github("rqtl/qtl2browse")
30+
install.packages("remotes")
31+
library(remotes)
32+
install_github("rqtl/qtl2browse")
2733
```
2834

29-
3035
---
3136

3237
## Usage
@@ -63,6 +68,6 @@ browse(out, pmap)
6368

6469
## License
6570

66-
[R/qtl2browse](https://github.com/kbroman/qtl2browse) is released
71+
[R/qtl2browse](https://github.com/rqtl/qtl2browse) is released
6772
under the [MIT license](LICENSE.md), as is the [Genetics Genome
6873
Browser](https://github.com/chfi/purescript-genetics-browser).

0 commit comments

Comments
 (0)