Agustin Lobo wrote: > > A question for a (experienced) user of the RPython package on > linux. > > I'm trying to call R from python on a linux (Suse 7.3) box.
Since you are calling R from Python, you could try Walter Moreira's excellent RPy module. I found it much easier to install than RSPython (provided you follow Waletr's instructions), and it has been very reliable. It is also very efficient at converting Numeric Python arrays to R, and has a very easy to use object model - much nicer than RSPython's. See http://rpy.sourceforge.net Of course, RSPython can also call Python from R, which RPy can't do. Tim C ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
