search for: ch11b

Displaying 5 results from an estimated 5 matches for "ch11b".

Did you mean: ch11
2003 May 26
2
internet.R test hangs if http proxy needed (PR#3108)
Full_Name: Barry Rowlingson Version: 1.7.0 OS: RH8/Mandrake 9.1 Submission from: (NULL) (194.80.32.8) internet.R in the tests directory hangs during 'make check' if an http proxy is needed for http access from the machine. This happens in the httpget function defined therein. It tries to make a direct socket connection to port 80 of a remote machine, and if local network policy does not
2007 Feb 12
2
make check failure, internet.Rout.fail, Error in strsplit
...build R on RedHat EL4. The compile went fine, but a make check ran into a problem and produced a file "internet.Rout.fail". Judging by the last part of that file, it was trying to run an R routine called "httpget" to retrieve the URL http://www.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat. The precise error it encountered was: Error in strsplit(grep("Content-Length", b, value = TRUE), ":")[[1]] : subscript out of bounds So, it looks like the data it read from that URL was not what was expected. I tried mimicking the script's request of the hea...
2005 Jan 10
1
help diagnosing ftp problem
...es()/update.packages() fine, and that's all I use the 'net connection for. The problem is that it takes a _long_ time to fail internet.R. I dug in just a bit more this time (that I was sufficiently annoyed). The problem is: > read.table("ftp://ftp.stats.ox.ac.uk/pub/datasets/csb/ch11b.dat") Error in file(file, "r") : unable to open connection I tried running the line in an interactive R session, and sure enough, it takes more than 10 minutes before I see the error. I do have both HTTP and FTP proxy set (to the same URL), and ftp (e.g., to CRAN) works outside of...
2009 Jan 12
2
problems with download.file() from ftp?
Dear list, I am trying to download a text file from an ftp site using download.file(). I used the following code: url <- "ftp://ftp.wcc.nrcs.usda.gov/data/snow/snow_course/table/history/idaho/13e19.txt" dest <- "c:/test/downloadtest.txt" download.file(url, dest) I get this error message, indicating that R is unable to open the connection: trying URL
2003 Oct 10
2
R 1.8.0 Windows-source compilation-internet.Rout.save
Let me firstly thank the R Core Team for their tremendous efforts in providing R 1.8.0. My following comment should therefore be understood as an "fyi-only". I source compiled R 1.8.0 for windows with ATLAS (source compiled, too). Everything works fine and R is running flawlessly! However, running "make check" stops during processing "internet.R". I checked the