File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2024-07-16 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * README.md: Switch some URLs from http to https
4
+
1
5
2024-05-17 Dirk Eddelbuettel <
[email protected] >
2
6
3
7
* README.md: Use tinyverse.netlify.app for dependency badge
Original file line number Diff line number Diff line change 1
1
## RcppRedis: RcppRedis is a Rcpp and hiredis-based Redis client for R
2
2
3
3
[ ![ 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 )
4
+ [ ![ License] ( https ://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)] ( https ://www.gnu.org/licenses/gpl-2.0.html)
5
+ [ ![ CRAN] ( https ://www.r-pkg.org/badges/version/RcppRedis)] ( https://cran.r-project.org/package=RcppRedis )
6
6
[ ![ r-universe] ( https://eddelbuettel.r-universe.dev/badges/RcppRedis )] ( https://eddelbuettel.r-universe.dev/RcppRedis )
7
7
[ ![ Dependencies] ( https://tinyverse.netlify.app/badge/RcppRedis )] ( https://cran.r-project.org/package=RcppRedis )
8
- [ ![ Downloads] ( http ://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)] ( https://www.r-pkg.org:443/pkg/RcppRedis )
8
+ [ ![ Downloads] ( https ://cranlogs.r-pkg.org/badges/RcppRedis?color=brightgreen)] ( https://www.r-pkg.org:443/pkg/RcppRedis )
9
9
[ ![ Last Commit] ( https://img.shields.io/github/last-commit/eddelbuettel/rcppredis )] ( https://github.com/eddelbuettel/rcppredis )
10
10
11
11
### Dependencies
Original file line number Diff line number Diff line change 1
1
2
2
// RcppRedis -- Rcpp bindings to Hiredis for some Redis functionality
3
3
//
4
- // Copyright (C) 2013 - 2023 Dirk Eddelbuettel
4
+ // Copyright (C) 2013 - 2024 Dirk Eddelbuettel
5
5
// Portions Copyright (C) 2013 Wush Wu
6
6
// Portions Copyright (C) 2013 William Pleasant
7
7
// Portions Copyright (C) 2015 Russell S. Pierce
You can’t perform that action at this time.
0 commit comments