Closed sckott closed 10 years ago
Just a small addition to be able to hit the contributor stats endpoint at https://developer.github.com/v3/repos/statistics/#contributors For example:
library("github") clientid <- getOption("github_client_id") clientsecret <- getOption("github_client_secret") ctx <- interactive.login(client_id = clientid, client_secret = clientsecret) get.repository.contributors.stats("rOpenSci", "taxize", ctx)
Looks good, thanks!
thanks!
Just a small addition to be able to hit the contributor stats endpoint at https://developer.github.com/v3/repos/statistics/#contributors For example: