Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R package provides access to Github REST API #32

Open
earowang opened this issue Oct 20, 2017 · 2 comments
Open

R package provides access to Github REST API #32

earowang opened this issue Oct 20, 2017 · 2 comments

Comments

@earowang
Copy link

It might be of interest to analyse some issue data related to a project repo host on Github. For example, who's the active user to report bugs on tidyverse/ggplot2? or what's the average time to fix an issue?

We could create an R package to access this data through Github REST API. This blog post has already provided a good start.

@PeteHaitch
Copy link

PeteHaitch commented Oct 20, 2017

A brief example of these type of queries (from R via jsonlite) is given https://cran.r-project.org/web/packages/jsonlite/vignettes/json-apis.html

@adam-gruer
Copy link

May I suggest a fun and useful repo's issues to begin with :
(https://api.github.com/repos/ropensci/ozunconf17/issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants