-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently the riskmetric assessment provided by the CI (in inst/assessments) has this tally:
d_riskmetric <- readRDS("inst/assessments/dplyr.rds")
sort(table(sapply(d_riskmetric, is)), TRUE)
##
## pkg_metric_error pkg_metric_na
## 11 4
## pkg_metric_dependencies pkg_metric_downloads_1yr
## 1 1
## pkg_metric_reverse_dependencies pkg_metric_todo
## 1 1 There are only 3 useful data points. It would be great if the CI could reduce the number of metrics that are errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels