License badge
badge_license(
license = NULL,
color = "blue",
url = NULL,
alt = paste("License:", license)
)badge in markdown syntax
The license to use. If NULL (the default), the license
is determined via the DESCRIPTION file.
badge color
The URL of the LICENSE text. If NULL (the default), links
to the CRAN Package License page. This leads to a broken link if package
uses a non-CRAN compatible license.
Alternative text
Alexander Rossell Hayes