benmarwick / JSTORr

Simple text mining of journal articles from JSTOR's Data for Research service
Other
71 stars 18 forks source link

devtools install fails? #19

Closed hack-r closed 10 years ago

hack-r commented 10 years ago

If this is my issue and not your issue just lemme know and I'll troubleshoot it on this end... thanks!

install_github("benmarwick/JSTORr") Installing github repo JSTORr/master from benmarwick Downloading master.zip from https://github.com/benmarwick/JSTORr/archive/master.zip Error in file(con, "wb") : cannot open the connection In addition: Warning message: In file(con, "wb") : cannot open file 'C:\Users\jmiller\AppData\Local\Temp\Rtmpeelgef/master.zip': No such file or directory

benmarwick commented 10 years ago

Are you using R 3.1.1 and devtools 1.5? You can find out by running sessionInfo() at your console.

hack-r commented 10 years ago

R version 3.1.1 (2014-07-10) Platform: x86_64-w64-mingw32/x64 (64-bit) devtools_1.5.0.99

benmarwick commented 10 years ago

And you are running R as an administrator and have a good connection to the internet?

hack-r commented 10 years ago

I do, but it DOES work on my local laptop, just not on this server, so I'm declaring it a server-related issue and not your problem. I appreciate your help!

benmarwick commented 10 years ago

No worries, glad you got it going. Reinstalling Java was going to be my next suggestion (java often seems to be the source of my complications). Let me know how you go!