On Thu, Feb 26, 2009 at 12:30 AM, Laurent Gautier wrote:
> As you noted, the GTK R console in the demos/ directory outputs a little too
> much (when doing 'x <- rnorm(100)', the content of 'x' will be returned to
> the console).
This has been annoying me too, so I had a quick look... apparently t
Nathaniel Smith wrote:
> On Sun, Feb 22, 2009 at 5:19 AM, Carson J.Q. Farmer
> wrote:
[...]
> Try calling print() (or show(), I'm not really sure what the
> difference is) on the result of your console evaluations.
print() and show() are mostly equivalent.
print() calls show() for S4 object, but
[back to the list]
Good to hear that updating to rpy2-2.0.3 solved the crashes you
observed. Updating the 2.0.x should be tried whenever a newer version is
available as there should not be disappearing features in the API
(possible changes will mostly happen with 2.1.x).
As you noted, the GTK