Learn R Programming

badgecreatr (version 0.2.0)

minimal_badges: Add a minimum of badges to your project

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

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

Run this code
# NOT RUN {
minimal_badges("abandoned", "GPL-3")
# }

Run the code above in your browser using DataLab