cscheid / rgithub

R bindings for the github API
MIT License
70 stars 31 forks source link

get.pull.request.files does not seem to work #42

Closed aronlindberg closed 9 years ago

aronlindberg commented 9 years ago

When I run:

get.pull.request.files(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())

everything is fine. However, when I try to get the commits:

get.pull.request.commits(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())

I get the following error:

Error in get.pull.request.commits(owner = "rubinius", repo = "rubinius", : could not find function ".api.get.request"

Is this user error on my part, or is there something wrong with the function?

aronlindberg commented 9 years ago

I think this can be closed...user error on my part.