We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
badge_github_version
pkg
ref
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 default) the package is determined via the DESCRIPTION file.
but I think it actually means something closer to ref, as implemented in functions like badger::badge_github_actions:
badger::badge_github_actions
## produces wrong link badger::badge_github_version(pkg="rworkflows") ## produces correct link badger::badge_github_version(pkg="neurogenomics/rworkflows")
If you agree, should be a simple fix to change the arg name to ref, and update the argument description accordingly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi again,
This is a minor thing, but I found it about confusing until I looked into the code.
badge_github_version
take the argumentpkg
:but I think it actually means something closer to
ref
, as implemented in functions likebadger::badge_github_actions
:If you agree, should be a simple fix to change the arg name to
ref
, and update the argument description accordingly.The text was updated successfully, but these errors were encountered: