inst/doc/general_use_of_the_package.R

## ----scen 0--------------------------------------------------------------
library(badgecreatr)
badge_projectstatus("wip") # any of concept, wip, suspended, abandoned, active, inactive, unsupported

## ----scen 1--------------------------------------------------------------
minimal_badges(status = "concept", license = "MIT",date = "2017-05-17")

## ----scen 2, eval=FALSE--------------------------------------------------
#  dynamic_badges_minimal(license = "MIT", travisfile = TRUE, codecov = TRUE)

## ---- eval=FALSE---------------------------------------------------------
#  

## ---- eval=FALSE---------------------------------------------------------
#  # is not implemented yet.
#  place_badge_groups(
#      CI_status = c("travis", "rwin"),
#      versions = c("CRAN", "github"),
#      stats = c("downloads, gh_stars"))

Try the badgecreatr package in your browser

Any scripts or data that you put into this service are public.

badgecreatr documentation built on May 2, 2019, 6:13 a.m.