-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error running devtools::install_github("omegahat/RCurl") #26
Comments
Thanks for all the details. Very helpful.
So the error is "unable to write code files". This strongly suggests a permission problem. What is the output of |
I had a similar thought. Since neither
ls -als /home/eric/R/x86_64-pc-linux-gnu-library/3.3/RCurl
ls -als /home/eric/R/x86_64-pc-linux-gnu-library/3.3/RCurl/libs
Note that I also received an error on my Windows box when I tried to install the package there from Github earlier today.
I did try to install the libz.dll beforehand, but I'm not sure if I placed it in the correct directory. |
I have the same problem and perhaps a clue to a solution. Download from git:wget https://api.github.com/repos/omegahat/RCurl/zipball/master Build packageR CMD build omegahat-RCurl-955200b
Check the files:ls -l omegahat-RCurl-955200b/R/xbits.R Seen from the "R" subdir ../.. is the download directory, so apparently it is looking for stuff outside of the repo. SolutionIf I also download RAutoGenRunTime it works: wget https://api.github.com/repos/omegahat/RAutoGenRunTime/zipball/master R CMD build omegahat-RCurl-955200b
Apparently devtools::install_github cannot figure this out. Hope this helps. |
I have not been able to install the development version of RCurl. I haven't had any trouble installing other packages from Github repositories, and I had no problem installing the stable version using
install.packages("RCurl")
. I included three files with information about my system.Sys.info.txt
RCurl Install Fail.txt
libcurlVersion.txt
The text was updated successfully, but these errors were encountered: