Re: [R] htmlParse hangs or crashes

2011-09-28 Thread Jorge Cornejo
Hi, I been having the same problem all the afternoon, and I just realize that only happens when I use the R64 and is not crashing using the 32 bits version. This must be a bug in this R version. I hope this could helps. -- View this message in context:

Re: [R] htmlParse hangs or crashes

2011-09-06 Thread Duncan Temple Lang
. htmlTreeParse(), by default, converts that C-level XML tree/document into regular R objects. So it traverses the tree and creates those R list()s before it returns and then throws the C-level tree away. D. On 9/5/11 2:48 PM, Simon Kiss wrote: Dear colleagues, each time I use htmlParse, R crashes

[R] htmlParse hangs or crashes

2011-09-05 Thread Simon Kiss
Dear colleagues, each time I use htmlParse, R crashes or hangs. The url I'd like to parse is included below as is the results of a series of basic commands that describe what I'm experiencing. The results of sessionInfo() are attached at the bottom of the message. The thing is, htmlTreeParse