Re: [Rd] Feature request: report the url if 404 error occurs

2005-04-26 Thread Prof Brian Ripley
On Mon, 25 Apr 2005, Seth Falcon wrote: Currently, the connection code does not include the URL in the warning message when a 404 response is received: myUrl = http://www.r-project.org/ABadPage.html; con = url(myUrl) readLines(con) Error in readLines(con) : cannot open the connection In

[Rd] Feature request: report the url if 404 error occurs

2005-04-25 Thread Seth Falcon
Currently, the connection code does not include the URL in the warning message when a 404 response is received: myUrl = http://www.r-project.org/ABadPage.html; con = url(myUrl) readLines(con) Error in readLines(con) : cannot open the connection In addition: Warning message: cannot open: