From 81904f59c45d0f326590a141b726a4c68ea995f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Leite?= Date: Mon, 29 Jun 2026 08:39:25 -0300 Subject: [PATCH] docs: expand README badges (all linked) and sync author list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README: add CRAN-checks, pkgdown status, last-month downloads, last-commit, issues and stars badges; make ALL badges linked. pkgdown only moves linked badges (`[![alt](img)](url)`) to the sidebar, so bare-image badges were being dropped from the site (only Lifecycle showed). License and devel-version badges are now linked too. - Authors: match the ../ibger package — add Marcos Wasilew and Carlos Amorin (DESCRIPTION + README), keeping ibger's order. - Re-rendered README.md and the package author Rd via document()/build_readme(). Verified locally: pkgdown index.html now renders all 11 badges (was 1). Co-Authored-By: Claude Opus 4.8 (1M context) --- DESCRIPTION | 2 ++ README.Rmd | 15 ++++++++++++--- README.md | 28 ++++++++++++++++++++++------ man/cardargus-package.Rd | 2 ++ 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9ee6c2c..56b16e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,9 @@ Version: 0.2.5 Date: 2026-06-29 Authors@R: c( person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")), + person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"), person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"), + person("Carlos", "Amorin", email = "carlos.agaf@ufpe.br", role = "aut"), person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut")) Description: Create self-contained SVG information cards with embedded 'Google Fonts', shields-style badges, and custom logos. Cards are fully diff --git a/README.Rmd b/README.Rmd index 16684d2..2cfe21f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,10 +17,17 @@ knitr::opts_chunk$set( # cardargus -![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cardargus)   -![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/cardargus)   -![License](https://img.shields.io/badge/license-MIT-darkviolet.svg)  ![](https://img.shields.io/badge/devel%20version-0.2.5-blue.svg) +[![CRAN status](https://www.r-pkg.org/badges/version/cardargus)](https://CRAN.R-project.org/package=cardargus) +[![CRAN checks](https://badges.cranchecks.info/summary/cardargus.svg)](https://cran.r-project.org/web/checks/check_results_cardargus.html) +[![pkgdown](https://github.com/StrategicProjects/cardargus/actions/workflows/pkgdown.yaml/badge.svg)](https://strategicprojects.github.io/cardargus/) +[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/cardargus)](https://cran.r-project.org/package=cardargus) +[![Monthly downloads](https://cranlogs.r-pkg.org/badges/last-month/cardargus)](https://cran.r-project.org/package=cardargus) +[![License: MIT](https://img.shields.io/badge/license-MIT-darkviolet.svg)](https://opensource.org/licenses/MIT) +[![devel version](https://img.shields.io/badge/devel%20version-0.2.5-blue.svg)](https://github.com/StrategicProjects/cardargus) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![Last commit](https://img.shields.io/github/last-commit/StrategicProjects/cardargus.svg)](https://github.com/StrategicProjects/cardargus/commits/main) +[![GitHub issues](https://img.shields.io/github/issues/StrategicProjects/cardargus.svg)](https://github.com/StrategicProjects/cardargus/issues) +[![GitHub stars](https://img.shields.io/github/stars/StrategicProjects/cardargus.svg?style=social)](https://github.com/StrategicProjects/cardargus/stargazers) **cardargus** is an R package for creating informative SVG cards with embedded styles, Google Fonts, badges, and logos. Cards are self-contained SVG files, ideal for dashboards, reports, and visualizations. @@ -293,7 +300,9 @@ install.packages("chromote") ## Authors - **Andre Leite** - *Maintainer* - [leite@castlab.org](mailto:leite@castlab.org) +- **Marcos Wasilew** - [marcos.wasilew@gmail.com](mailto:marcos.wasilew@gmail.com) - **Hugo Vasconcelos** - [hugo.vasconcelos@ufpe.br](mailto:hugo.vasconcelos@ufpe.br) +- **Carlos Amorin** - [carlos.agaf@ufpe.br](mailto:carlos.agaf@ufpe.br) - **Diogo Bezerra** - [diogo.bezerra@ufpe.br](mailto:diogo.bezerra@ufpe.br) ## License diff --git a/README.md b/README.md index 34874a1..b4b3259 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,27 @@ -![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/cardargus)   -![CRAN -Downloads](https://cranlogs.r-pkg.org/badges/grand-total/cardargus)   -![License](https://img.shields.io/badge/license-MIT-darkviolet.svg)  -![](https://img.shields.io/badge/devel%20version-0.2.5-blue.svg) +[![CRAN +status](https://www.r-pkg.org/badges/version/cardargus)](https://CRAN.R-project.org/package=cardargus) +[![CRAN +checks](https://badges.cranchecks.info/summary/cardargus.svg)](https://cran.r-project.org/web/checks/check_results_cardargus.html) +[![pkgdown](https://github.com/StrategicProjects/cardargus/actions/workflows/pkgdown.yaml/badge.svg)](https://strategicprojects.github.io/cardargus/) +[![CRAN +downloads](https://cranlogs.r-pkg.org/badges/grand-total/cardargus)](https://cran.r-project.org/package=cardargus) +[![Monthly +downloads](https://cranlogs.r-pkg.org/badges/last-month/cardargus)](https://cran.r-project.org/package=cardargus) +[![License: +MIT](https://img.shields.io/badge/license-MIT-darkviolet.svg)](https://opensource.org/licenses/MIT) +[![devel +version](https://img.shields.io/badge/devel%20version-0.2.5-blue.svg)](https://github.com/StrategicProjects/cardargus) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![Last +commit](https://img.shields.io/github/last-commit/StrategicProjects/cardargus.svg)](https://github.com/StrategicProjects/cardargus/commits/main) +[![GitHub +issues](https://img.shields.io/github/issues/StrategicProjects/cardargus.svg)](https://github.com/StrategicProjects/cardargus/issues) +[![GitHub +stars](https://img.shields.io/github/stars/StrategicProjects/cardargus.svg?style=social)](https://github.com/StrategicProjects/cardargus/stargazers) **cardargus** is an R package for creating informative SVG cards with @@ -99,7 +113,7 @@ include_card_png(card, dpi = 300, width = '50%')
-Card generated by cardargus +Card generated by cardargus
@@ -295,7 +309,9 @@ install.packages("chromote") ## Authors - **Andre Leite** - *Maintainer* - +- **Marcos Wasilew** - - **Hugo Vasconcelos** - +- **Carlos Amorin** - - **Diogo Bezerra** - ## License diff --git a/man/cardargus-package.Rd b/man/cardargus-package.Rd index 847708c..0fa522a 100644 --- a/man/cardargus-package.Rd +++ b/man/cardargus-package.Rd @@ -25,7 +25,9 @@ Useful links: Authors: \itemize{ \item Andre Leite \email{leite@castlab.org} + \item Marcos Wasilew \email{marcos.wasilew@gmail.com} \item Hugo Vasconcelos \email{hugo.vasconcelos@ufpe.br} + \item Carlos Amorin \email{carlos.agaf@ufpe.br} \item Diogo Bezerra \email{diogo.bezerra@ufpe.br} }