Re: [R] parsing - input buffer overflow

2008-06-13 Thread Prof Brian Ripley
On Fri, 13 Jun 2008, Daniel Malter wrote: Hi, I am trying to parse a large amount of text using gregexpr(). Unfortunately, I get an "input buffer overflow" message when I attempt that with too large an amount of text. The error messages occurs before the parsing. The problem is that I cannot as

[R] parsing - input buffer overflow

2008-06-13 Thread Daniel Malter
Hi, I am trying to parse a large amount of text using gregexpr(). Unfortunately, I get an "input buffer overflow" message when I attempt that with too large an amount of text. The error messages occurs before the parsing. The problem is that I cannot assign the text to a variable (an object) if th