minimal_badges: Add a minimum of badges to your project

Description Usage Arguments Value See Also Examples

Description

Returns markdown to manually place in your readme.Rmd file. This is a function you might want to use in the early stages of your project. This function returns badges linkprojectstatusbadge, link(licensebadge), and link(last_change_badge_static).

Usage

1
minimal_badges(status = "concept", license = NULL, date = NULL)

Arguments

status

one of concept, wip, suspended, abandoned, active, inactive or unsupported

license

one of GPL-3, GPL-2, MIT, or CC0.

date

a date of your choosing, defaults to current date.

Value

text to put into rmd

See Also

Other scenarios: dynamic_badges_minimal

Examples

1
minimal_badges("abandoned", "GPL-3")

RMHogervorst/badgecreatr documentation built on May 8, 2019, 7:32 a.m.