On Thu, Feb 26, 2009 at 12:30 AM, Laurent Gautier <lgaut...@gmail.com> 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 the (totally awesome) API for this is that you set the global variable R_Visible to FALSE before calling Rf_eval, and then you check it afterwards to see if the return value should be printed. -- Nathaniel ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list