Skip to content
Prev 21816 / 63424 Next

Unexpected source() behavior in R-devel

Seth Falcon wrote:
Seth,

As Peter pointed out, this looks like a simple server-side issue.  Here 
is the sessionInfo() from my original post.  And below is the output of 
two versions of download.file.
R version 2.4.0 Under development (unstable) (2006-09-02 r39068) 

 > download.file('http://bioconductor.org/getBioC.R',destfile='/tmp/junk.R')
trying URL 'http://bioconductor.org/getBioC.R'
Error in download.file("http://bioconductor.org/getBioC.R", destfile = 
"/tmp/junk.R") :
        cannot open URL 'http://bioconductor.org/getBioC.R'
In addition: Warning message:
cannot open: HTTP status was '404 Not Found'
 > 
download.file('http://www.bioconductor.org/getBioC.R',destfile='/tmp/junk.R')
trying URL 'http://www.bioconductor.org/getBioC.R'
Content type 'text/plain; charset=ISO-8859-1' length 1345 bytes
opened URL
==================================================
downloaded 1345 bytes