dashee87 / jobbR

R wrapper for the Indeed API
MIT License
28 stars 7 forks source link

Problem with installation #3

Closed xd2183 closed 7 years ago

xd2183 commented 7 years ago

I am trying to install this web wrapper for my project. However, when I tried to install it, there is always an error message in R says "Error in 'git2r_clone': Unable to authenticate with supplied credentials" Would you please help me with that issue? thanks

dashee87 commented 7 years ago

Hmm, looks like you tried devtools::install_git("https://gitlab.com/dashee87/jobbR.git"), because I'm seeing the same error. The alternative installation method devtools::install_github("dashee87/jobbR") works for me, so give that a go. If that also gives you an error, then please post that too. Good luck!

David

xd2183 commented 7 years ago

Thank you very much! the second code worked for me.

Xu

On Tue, Jun 27, 2017 at 4:36 AM, David Sheehan notifications@github.com wrote:

Hmm, looks like you tried devtools::install_git("https:/ /gitlab.com/dashee87/jobbR.git"), because I'm seeing the same error. The alternative installation method devtools::install_github("dashee87/jobbR") works for me, so give that a go. If that also gives you an error, then please post that too. Good luck!

David

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dashee87/jobbR/issues/3#issuecomment-311291905, or mute the thread https://github.com/notifications/unsubscribe-auth/AYfSadsZOyZoF0tybAsad1JzgwvT-omTks5sIL8rgaJpZM4OFwu3 .

dashee87 commented 7 years ago

Cool. I'll close this issue and probably remove the git installation from the README.