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

Closed
hadley opened this Issue May 7, 2015 · 2 comments

Comments

Projects
None yet
2 participants

hadley commented May 7, 2015

No description provided.

Owner

gaborcsardi commented May 7, 2015

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.

hadley commented May 7, 2015

Thanks!

@gaborcsardi gaborcsardi added a commit that referenced this issue May 7, 2015

@gaborcsardi gaborcsardi Add top pkgs to README, #8 e4aab96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment