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