Skip to content
/ anybadger Public

❗ This is a read-only mirror of the CRAN R package repository. anybadger — Create Custom Pipeline Badges. Homepage: https://github.com/lmeninato/anybadger Report bugs for this package: https://github.com/lmeninato/anybadger/issues

License

Notifications You must be signed in to change notification settings

cran/anybadger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anybadger

R-CMD-check Codecov test coverage

The goal of anybadger is to provide an easy way to create custom project badges in R.

Inspired heavily by the Python anybadge library.

Installation

remotes::install_github("lmeninato/anybadger")

Example

Pipeline badge:

library(anybadger)
b <- Badge$new(label = "Pipeline", value = "Passing")
b$create_svg("pipeline_status.svg")

About

❗ This is a read-only mirror of the CRAN R package repository. anybadger — Create Custom Pipeline Badges. Homepage: https://github.com/lmeninato/anybadger Report bugs for this package: https://github.com/lmeninato/anybadger/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages