Skip to content

docs: expand README badges (fix site showing only one) + sync authors with ibger - #23

Merged
milkway merged 1 commit into
mainfrom
docs/more-badges
Jun 29, 2026
Merged

docs: expand README badges (fix site showing only one) + sync authors with ibger#23
milkway merged 1 commit into
mainfrom
docs/more-badges

Conversation

@milkway

@milkway milkway commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Badges

Adds several useful badges and makes all of them linked, fixing the issue where the live site showed only one badge.

Root cause: pkgdown moves the <!-- badges: start --> block into the home sidebar, but it only keeps badges written as links ([![alt](img)](url)). The old README had only the Lifecycle badge linked, so the rest were dropped from the site.

New badge set (all linked): CRAN status, CRAN checks, pkgdown status, total downloads, last-month downloads, License, devel version, Lifecycle, last commit, open issues, GitHub stars.

Verified locally: pkgdown::build_site()docs/index.html now renders 11 badge images (was 1).

Authors

Sync the author list with the ibger package: add Marcos Wasilew and Carlos Amorin (DESCRIPTION + README), keeping ibger's ordering. man/cardargus-package.Rd regenerated via document().

🤖 Generated with Claude Code

- 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) <noreply@anthropic.com>
@milkway
milkway merged commit 5bd2e24 into main Jun 29, 2026
1 check passed
@milkway
milkway deleted the docs/more-badges branch June 29, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant