Assess a package for the number of downloads in the past year
Source:R/assess_downloads.R
assess_downloads_1yr.Rd
Assess a package for the number of downloads in the past year
Details
The more times a package has been downloaded the more extensive the user testing and the greater chance there is of someone finding a bug and logging it.
Examples
if (FALSE) { # \dontrun{
assess_downloads_1yr(pkg_ref("riskmetric"))
} # }