Learn R Programming

badger (version 0.2.5)

badge_cran_checks: badge_cran_checks

Description

CRAN checks badge

Usage

badge_cran_checks(pkg = NULL, worst = FALSE, alt = "CRAN checks")

Value

badge in Markdown syntax

Arguments

pkg

package. If NULL (the default) the package is determined via the DESCRIPTION file.

worst

logical; if FALSE (default) return "summary" badge. If TRUE, return "worst" badge.

alt

Alternative text

Author

Scott Chamberlain (badges API), Maëlle Salmon (function)