The goal of anybadger is to provide an easy way to create custom project badges in R.
Inspired heavily by the Python anybadge library.
remotes::install_github("lmeninato/anybadger")
Pipeline badge:
library(anybadger) b <- Badge$new(label = "Pipeline", value = "Passing") b$create_svg("pipeline_status.svg")