To keep this thought going...
>> 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.
>   
hmmm, so is this something I can implement myself, or something the good 
folks at rpy2 have to consider for implementation?
I don't have much experience with the R API (pretty much zero actually), 
but I would really like to have auto-print functionality, so I don't 
mind having a crack at this if I can ;-)

Cheers,

Carson

-- 
Carson J. Q. Farmer
ISSP Doctoral Fellow
National Centre for Geocomputation (NCG),
John Hume Building,
National University of Ireland, Maynooth,
Co. Kildare,
Ireland.
Phone: +353 (0) 1 708 6726
Fax:   +353 (0) 1 708 6456
Email: carson.far...@gmail.com
Web:   http://www.carsonfarmer.com/
       http://www.ftools.ca/


------------------------------------------------------------------------------
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

Reply via email to