This function returns markdown that you must place in the readme. This is dynamic content. This function returns a RMarkdown piece that does some calculation and a set of badges are placed underneath the code part.
dynamic_badges_minimal(status = "concept", license = NULL, last_change = TRUE, minimal_r_version = TRUE, travisfile = NULL, codecov = NULL, location = ".")
status | one of concept, wip, suspended, abandoned, active, inactive or unsupported |
---|---|
license | one of GPL-3, GPL-2, MIT, or CC0. |
last_change | adding a last change badge? TRUE or FALSE |
minimal_r_version | adding minimal r version badge? TRUE or FALSE |
travisfile | add a travis statusbadge |
codecov | add a codecov badge |
location | defaults to current location |
text to put into rmd file
Other scenarios: minimal_badges
# NOT RUN { dynamic_badges_minimal(status = "active",last_change = FALSE,minimal_r_version = FALSE) # }