From 6027bb1ee495e70a3d84947c049e76b82a8affa3 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 5 Oct 2025 12:24:59 +0200 Subject: [PATCH] Add CRAN logs badges to README Added CRAN logs badges for package usage statistics. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4404d4e..120d9a0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ [![Codecov test coverage](https://codecov.io/gh/mayer79/effectplots/graph/badge.svg)](https://app.codecov.io/gh/mayer79/effectplots) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/effectplots)](https://cran.r-project.org/package=effectplots) +[![](https://cranlogs.r-pkg.org/badges/effectplots)](https://cran.r-project.org/package=effectplots) +[![](https://cranlogs.r-pkg.org/badges/grand-total/effectplots?color=orange)](https://cran.r-project.org/package=effectplots) + **{effectplots}** is an R package for calculating and plotting feature effects of any model. It is very fast thanks to [{collapse}](https://CRAN.R-project.org/package=collapse).