From 7577293359dfc669b466bc9dc0ec27e267b76b86 Mon Sep 17 00:00:00 2001 From: Damien Dotta Date: Thu, 22 Jan 2026 09:32:43 +0100 Subject: [PATCH] Add badge for CRAN Fixes #2 --- README.md | 5 +++++ README_FR.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index e7e7c42..1622e6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![R check status](https://github.com/ddotta/quartify/workflows/R-CMD-check/badge.svg)](https://github.com/ddotta/quartify/actions/workflows/check-release.yaml) +[![cranlogs](http://cranlogs.r-pkg.org/badges/quartify)](https://CRAN.R-project.org/package=quartify) [![CodeFactor](https://www.codefactor.io/repository/github/ddotta/quartify/badge)](https://www.codefactor.io/repository/github/ddotta/quartify) @@ -57,6 +58,10 @@ If you have a working R script that contains comments, you may want to generate ## Installation +``` r +install.packages("quartify") +``` + You can install the development version of quartify from GitHub: ``` r diff --git a/README_FR.md b/README_FR.md index adaba66..de4015e 100644 --- a/README_FR.md +++ b/README_FR.md @@ -1,5 +1,6 @@ [![Statut R check](https://github.com/ddotta/quartify/workflows/R-CMD-check/badge.svg)](https://github.com/ddotta/quartify/actions/workflows/check-release.yaml) +[![cranlogs](http://cranlogs.r-pkg.org/badges/quartify)](https://CRAN.R-project.org/package=quartify) [![CodeFactor](https://www.codefactor.io/repository/github/ddotta/quartify/badge)](https://www.codefactor.io/repository/github/ddotta/quartify) @@ -56,6 +57,10 @@ Si vous avez un script R fonctionnel qui contient des commentaires, vous pourrie ## Installation +``` r +install.packages("quartify") +``` + Vous pouvez installer la version de développement de quartify depuis GitHub : ``` r