-
Notifications
You must be signed in to change notification settings - Fork 83
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
Unable to install via install_github #6
Comments
This looks like it is an issue with the curl package (in R) or the curl library in Ubuntu. I was able to install the package from github via devtools this afternoon without issue on my own Ubuntu 16.04 box. Try reinstalling curl from source first, then httr, and finally devtools and see if any of those steps clear things up. |
I've done several things at the same time and now it works, but now I cannot pinpoint which was the problem. One of the things was to mannually update I've tried your instructions but the problem with the curl timeout persisted (here is the R terminal complete output: http://pastebin.com/TKvmLVE4). I've read somewhere that there is some problem with something called a binding, which I don't know what it is. |
@rundel , I finnally solved it. It was due to an extremely slow DNS server. Changing it manually to google's (8.8.8.8) solved the issue. Thank you. |
I'm in Ubuntu 16.04, running R
All packages and dependencies are up to date (includes devtools and Rcurl, curl, httr).
When trying to use install_github to install any package, I get the following:
The text was updated successfully, but these errors were encountered: