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