Skip to content

Commit b6150c2

Browse files
committed
Revise r-universe badge; add badges to vignette
1 parent 1a8dbd0 commit b6150c2

5 files changed

Lines changed: 35 additions & 24 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ LazyData: true
2626
Encoding: UTF-8
2727
ByteCompile: true
2828
VignetteBuilder: knitr
29-
RoxygenNote: 7.2.3
3029
Roxygen: list(markdown=TRUE)
30+
Config/roxygen2/version: 8.0.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
## R/GNapi - R package to connect to the [GeneNetwork](https://genenetwork.org/) API
22

33
[![R-CMD-check](https://github.com/rqtl/GNapi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rqtl/GNapi/actions/workflows/R-CMD-check.yaml)
4-
[![r-universe badge](https://kbroman.r-universe.dev/GNapi/badges/version)](https://kbroman.r-universe.dev/GNapi)
4+
[![r-universe badge](https://rqtl.r-universe.dev/GNapi/badges/version)](https://rqtl.r-universe.dev/GNapi)
55
[![zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8192582.svg)](https://doi.org/10.5281/zenodo.8192582)
66

77
---
88

99
### Installation
1010

1111
Install [GNapi](https://github.com/rqtl/GNapi) from [R
12-
universe](https://kbroman.r-universe.dev/GNapi):
12+
universe](https://rqtl.r-universe.dev/GNapi):
1313

1414
```r
15-
install.packages("GNapi", repos="https://kbroman.r-universe.dev")
15+
install.packages("GNapi", repos="https://rqtl.r-universe.dev")
1616
```
1717

1818
Alternatively, install it from GitHub with the

0 commit comments

Comments
 (0)