add_badges: add badges to a README

View source: R/add_badges.R

add_badgesR Documentation

add badges to a README

Description

  • check_package: add a package check badge

  • check_project: add a project check badge

  • doi: add a DOI badge

  • url: add a website badge

  • version: add a version badge

Usage

add_badges(x = ".", ...)

Arguments

x

Either a checklist object or a path to the source code. Defaults to ..

...

Additional arguments

See Also

Other both: check_filename(), check_lintr(), check_spelling(), custom_dictionary(), default_organisation(), print.checklist_spelling(), read_checklist(), read_organisation(), update_citation(), write_checklist(), write_citation_cff(), write_organisation(), write_zenodo_json()

Examples

## Not run: 
  add_badges(url = "https://www.inbo.be")
  add_badges(doi = "10.5281/zenodo.8063503")
  add_badges(check_project = "inbo/checklist")
  add_badges(check_package = "inbo/checklist")
  add_badges(version = "v0.1.2")
  add_badges(url = "https://www.inbo.be", doi = "10.5281/zenodo.8063503")

## End(Not run)

inbo/checklist documentation built on June 15, 2025, 12:54 p.m.