docs: expand README badges (fix site showing only one) + sync authors with ibger - #23
Merged
Conversation
- README: add CRAN-checks, pkgdown status, last-month downloads, last-commit, issues and stars badges; make ALL badges linked. pkgdown only moves linked badges (`[](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 ([](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.htmlnow renders 11 badge images (was 1).Authors
Sync the author list with the
ibgerpackage: add Marcos Wasilew and Carlos Amorin (DESCRIPTION + README), keeping ibger's ordering.man/cardargus-package.Rdregenerated viadocument().🤖 Generated with Claude Code