Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Some way of getting top n packages? #8
Comments
|
There is limited support for it in the JSON API: https://github.com/metacran/cranlogs.app#top-downloaded-packages-topperiodcount I can extend it to more packages, or more flexible periods if you need that. The fixed periods are pre-calculated, so the queries are fast. Arbitrary periods will be somewhat slower. Last week's data is also here: http://www.r-pkg.org/ Anyway, I'll add support for it to the R package in a sec. |
gaborcsardi
closed this
in a4ee9e5
May 7, 2015
hadley
commented
May 7, 2015
|
Thanks! |
gaborcsardi
added a commit
that referenced
this issue
May 7, 2015
|
|
gaborcsardi |
e4aab96
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hadley commentedMay 7, 2015
No description provided.