From 1484dbe8859f130ce3176ffe161256956c9715d2 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sat, 1 Jun 2024 07:49:05 -0500 Subject: [PATCH] Use tinyverse.netlify.app for dependency badge in README.md Sadly netlify made that change requiring all URLs to be updated. I did so in a number of my repos. The change is otherwise harmless. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b366410..c3622e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CRAN version](http://www.r-pkg.org/badges/version/RcppArray)](https://cran.r-project.org/package=RcppArray) [![CI](https://github.com/jonclayden/RcppArray/actions/workflows/ci.yaml/badge.svg)](https://github.com/jonclayden/RcppArray/actions/workflows/ci.yaml) [![Dependencies](https://tinyverse.netlify.com/badge/RcppArray)](https://tinyverse.netlify.app) +[![CRAN version](http://www.r-pkg.org/badges/version/RcppArray)](https://cran.r-project.org/package=RcppArray) [![CI](https://github.com/jonclayden/RcppArray/actions/workflows/ci.yaml/badge.svg)](https://github.com/jonclayden/RcppArray/actions/workflows/ci.yaml) [![Dependencies](https://tinyverse.netlify.app/badge/RcppArray)](https://tinyverse.netlify.app) # `Rcpp` interoperability with `std::array` (et al.)