Skip to content
Prev 2603 / 15076 Next

R 2.3 crashes when attempting package installation

Thanks, Matt.
On Apr 28, 2006, at 1:32 PM, mcohen at mail.la.utexas.edu wrote:

            
Problem #1 - the repository you try doesn't have the packages - try  
the main CRAN site first and then some other mirror near you.
Problem #2 - it shouldn't crash. Strangely enough this crash happens  
even with old builds of R as well. I have traced it down to  
localization of the HTTP code, but can't figure out why it should  
die. Minimal reproducible code is

download.file("http://www.google.com/foo","/tmp/foo")

(the site doesn't matter as long as it responds with 404). I'll see  
if I can come up with a fix (possibly over the weekend) ...

Cheers,
Simon