cscheid / rgithub

R bindings for the github API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aronlindberg opened this issue · comments

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?

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