[Rpy] How to make RPy convert nested dictionaries to nested R lists (RPy 1)

2008-12-18 Thread Anand Patil
$b$d [1] 1 that is, I would like the nested Python dictionary {'a':1, 'b':{'c':0,'d':1}} to be converted to the nested R list list('a'=1,'b'=list('c'=0,'d'=1)) Is it possible to change a configuration file and make

[Rpy] rpy is nice

2007-09-19 Thread Anand Patil
Hi Rpy developers, I just wanted to say that it's really swell to be able to program in Python and still use R as a function library. You're making my work much easier. Keep up the good work! Anand - This SF.net email is spon

Re: [Rpy] Mac OS install problem

2007-09-18 Thread Anand Patil
In case anyone else asks, I seem to have fixed this by editing /Library/Frameworks/R.framework/Resources/include/Rconfig.h and /Library/Frameworks/R.framework/Resources/include/Rversion.h, making them #include the headers in the i386 folder directly instead of trying to detect the architecture.

[Rpy] Mac OS install problem

2007-09-13 Thread Anand Patil
Hi all, I'm getting the following with Python 2.5 under Tiger on a MacBook (Intel), gcc 4.0.1. I fixed the src/rpymodule2051.c:1764: error: ‘R_CStackLimit’ undeclared (first use in this function) error by editing the C function, but the end result was the same. Thanks in advance, Anand