Score a package for the presence of a Vignettes file
Source:R/assess_has_vignettes.R
metric_score.pkg_metric_has_vignettes.Rd
Coerce the number of vignettes files to binary indication of valid Vignettes
Usage
# S3 method for class 'pkg_metric_has_vignettes'
metric_score(x, ...)
Examples
if (FALSE) metric_score(assess_has_vignettes(pkg_ref("riskmetric")))
# \dontrun{}