check_package: add a package check badgecheck_project: add a project check badgedoi: add a DOI badgeurl: add a website badgeversion: add a version badge
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
if (FALSE) { # \dontrun{
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")
} # }