Skip to content

Commit 380e0ec

Browse files
committed
Add r-universe badge
1 parent 598ee4d commit 380e0ec

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* DESCRIPTION (Suggests): Remove Suggests: (and
88
Additional_repositories) for 'rredis'
99

10+
* README.md: Add r-universe badge
11+
1012
2023-03-08 Dirk Eddelbuettel <[email protected]>
1113

1214
* DESCRIPTION (Version, Date): Release 0.2.3

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## RcppRedis: RcppRedis is a Rcpp and hiredis-based Redis client for R
1+
## RcppRedis: RcppRedis is a Rcpp and hiredis-based Redis client for R
22

33
[![CI](https://github.com/eddelbuettel/rcppredis/workflows/ci/badge.svg)](https://github.com/eddelbuettel/rcppredis/actions?query=workflow%3Aci)
4-
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
5-
[![CRAN](http://www.r-pkg.org/badges/version/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
6-
[![Dependencies](https://tinyverse.netlify.com/badge/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
4+
[![License](http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html)
5+
[![CRAN](http://www.r-pkg.org/badges/version/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
6+
[![r-universe](https://eddelbuettel.r-universe.dev/badges/RcppRedis)](https://eddelbuettel.r-universe.dev/RcppRedis)
7+
[![Dependencies](https://tinyverse.netlify.com/badge/RcppRedis)](https://cran.r-project.org/package=RcppRedis)
78
[![Downloads](http://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)](https://www.r-pkg.org:443/pkg/RcppRedis)
89
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/rcppredis)](https://github.com/eddelbuettel/rcppredis)
910

@@ -60,4 +61,3 @@ with contributions by William Pleasant, Russell Pierce and Whit Armstrong.
6061
### License
6162

6263
GPL (>= 2)
63-

0 commit comments

Comments
 (0)