R/pkg_score.R
pkg_score.Rd
pkg_score() calculates the risk involved with using a package. Risk ranges from 0 (low-risk) to 1 (high-risk).
pkg_score(x, ..., error_handler = score_error_default)
x | A |
---|---|
... | Additional arguments passed to |
error_handler | Specify a function to be called if the class can't be
identified. Most commonly this occurs for |
A numeric value if a single pkg_metric
is provided, or a
tibble
with pkg_metric
objects scored and
returned as numeric values when a tibble
is provided.
score_error_default score_error_zero score_error_NA
#> [1] 1