Re: [Rpy] R console: long output

2009-03-24 Thread Brandon Invergo
> >> What seems ideal to me would be a way to grab the R console output one > >> line at a time rather than all at once so I can just append those lines > >> individually to my gtk text buffer. I can easily do this for a specific > >> task, such as only for a data.frame, programmatically break it a

Re: [Rpy] R console: long output

2009-03-23 Thread Laurent Gautier
Nathaniel Smith wrote: > On Mon, Mar 23, 2009 at 5:31 PM, Brandon Invergo > wrote: >> The data is loaded as expected, but when I try to >> print the output to the console, only a portion of the data.frame is >> printed (~65000 characters), presumably because it reached the maximum >> string size,

Re: [Rpy] R console: long output

2009-03-23 Thread Nathaniel Smith
On Mon, Mar 23, 2009 at 5:31 PM, Brandon Invergo wrote: > The data is loaded as expected, but when I try to > print the output to the console, only a portion of the data.frame is > printed (~65000 characters), presumably because it reached the maximum > string size, and then a seemingly-unrelated

[Rpy] R console: long output

2009-03-23 Thread Brandon Invergo
Hello, I'm enjoying the fun (self-imposed) task of learning Python, RPy2 and PyGTK all in one go, so this question may be partly due to my general status as a newbie. My application will have an embedded console in it. Everything is generally working nicely, however I've noticed that if I load a p