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).

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

minimal_badges("abandoned", "GPL-3")
#> [1] "[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](http://www.repostatus.org/badges/latest/abandoned.svg)](http://www.repostatus.org/#abandoned)[![license](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)[![Last-changedate](https://img.shields.io/badge/last%20change-2018--07--05-yellowgreen.svg)](/commits/master)"