Check how many downloads a CRAN package has?
You can check the number of downloads a CRAN package has here:
http://www.datasciencemeta.com/rpackages
http://cranlogs.r-pkg.org offers a variety of ways to access counts of the number of times a package has been downloaded (not installed) from the RStudio CRAN mirror (only), including an API for generating badges automatically and an R package.
For the mltools package:
Downloads (https://cranlogs.r-pkg.org/badges/mltools)
Downloads in last day (https://cranlogs.r-pkg.org/badges/last-day/mltools)
Grand total (https://cranlogs.r-pkg.org/badges/grand-total/mltools)
To get metrics of the number of package downloads (not installations) you could also use the following packages:
- dlstats
- cranlogs and
- adjustedcranlogs