badger icon indicating copy to clipboard operation
badger copied to clipboard

Badge for R Package

Results 8 badger issues
Sort by recently updated
recently updated
newest added

I was curious about why part of the code below is commented out: https://github.com/GuangchuangYu/badger/blob/01b6f5a1eb68a2abbb0791a90901fae91254cd29/R/badge.R#L56-L77 It looks like an attempt to read the package version from a local DESCRIPTION, which sounds...

Hi @GuangchuangYu! Firstly, thank you for making such a convenient package! I use it regularly for package devs! I am trying to establish a workflow for setting up: - codecov...

I'm working on a local package in my workplace and I want to add relevant badges, specifically the one that displays the code coverage. Is there a way to do...

It seems that badger::badge_github_version generates a static badge that fails to update. e.g. badger::badge_github_version(pkg='MurrayEfford/secr', 'blue') [1] "[![](https://img.shields.io/badge/devel%20version-4.5.9-blue.svg)](https://github.com/MurrayEfford/secr)" What am I missing?

Hi again, This is a minor thing, but I found it about confusing until I looked into the code. `badge_github_version` take the argument `pkg`: > pkg | package. If NULL ...

The link to netlify for depencies has changed. https://tinyverse.netlify.com/ no longer loads, it is now https://tinyverse.netlify.app/.

[some part of the code](https://github.com/GuangchuangYu/badger/blob/38125266d4241cceba4e3fcc4bb8c64364766483/R/utilities.R#L33) uses `git_branch_default()`, which results in: ``` Warning message: `git_branch_default()` was deprecated in usethis 2.1.0. ℹ Please use `git_default_branch()` instead. ℹ The deprecated feature was likely...

Hi! I wonder if it is a github rendering issue or some other issues that caused the download statistics badges to not show up correctly. It seems to have happened...