Check how many downloads a CRAN package has?
Asked Answered
B

3

37

How can I get simple download metrics for an R package on CRAN?

I recently released my own package on CRAN and I want to monitor it a bit.

Bangkok answered 27/11, 2016 at 23:24 Comment(4)
Have a look here: nicebread.de/finally-tracking-cran-packages-downloadsActon
@Acton Thanks. I saw that post but it seems like excessive work just to get package download counts. That's why I ended up here.Bangkok
Here's a full list of CRAN packages and the number of downloadsEpistrophe
hadley.shinyapps.io/cran-downloadsPride
P
55

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 in last month (https://cranlogs.r-pkg.org/badges/last-month/mltools)

Downloads in last week (https://cranlogs.r-pkg.org/badges/last-week/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)

Passifloraceous answered 27/11, 2016 at 23:32 Comment(0)
G
13

To get metrics of the number of package downloads (not installations) you could also use the following packages:

Gannie answered 23/6, 2018 at 9:51 Comment(0)
E
12

You can check the number of downloads a CRAN package has here:

http://www.datasciencemeta.com/rpackages


enter image description here

Epistrophe answered 19/8, 2022 at 18:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.