Revision: 487
http://rpy.svn.sourceforge.net/rpy/?rev=487&view=rev
Author: warnes
Date: 2008-04-10 09:51:42 -0700 (Thu, 10 Apr 2008)
Log Message:
---
Update for RPy release 1.0.2
Modified Paths:
--
trunk/rpy/NEWS
trunk/rpy/rpy_version.py
Modified: trun
Revision: 486
http://rpy.svn.sourceforge.net/rpy/?rev=486&view=rev
Author: warnes
Date: 2008-04-10 09:50:51 -0700 (Thu, 10 Apr 2008)
Log Message:
---
Add simple neural net example
Added Paths:
---
trunk/rpy/examples/nnet.py
Added: trunk/rpy/examples/nnet.py
==
Revision: 485
http://rpy.svn.sourceforge.net/rpy/?rev=485&view=rev
Author: warnes
Date: 2008-04-10 09:49:07 -0700 (Thu, 10 Apr 2008)
Log Message:
---
Use R's internal function to clean up R temporary directory for R 2.4.0 and
later
Modified Paths:
--
trunk
Ok, it looks like some code inserted to prevent issues on Win32,
incorrectly disabled the changes everywhere. I've just submitted a
change to SVN that should resolve this issue. I'll test it on OSX
and Win32 and, if all goes well, release a new version with this
correction.
-G
On Ap
Revision: 484
http://rpy.svn.sourceforge.net/rpy/?rev=484&view=rev
Author: warnes
Date: 2008-04-10 06:45:34 -0700 (Thu, 10 Apr 2008)
Log Message:
---
Correct the handling of CStackLimit code.
Modified Paths:
--
trunk/rpy/src/rpymodule.c
Modified: trunk/rpy
Hi All,
I'm sorry to hear that the C stack limit issue has arisen again.
I'll check the source code to see if the fix that we put in for RC3
has gotten removed or disabled somehow.
-Greg
On Apr 9, 2008, at 2:44PM , Laurent Gautier wrote:
I can reproduce it with python-2.5 / R-2.6.1 as
If you explicitly set the RHOME environment variable to point to the
R 2.4.1 directory, rpy will use that RHOME and hence R 2.4.1.
-Greg
On Apr 10, 2008, at 5:53AM , Eloi Ribeiro wrote:
Dear list,
We are facing the fowling problem. Every thing worked fine while we
had Python 2.4 + R 2.
Dear list,
We are facing the fowling problem. Every thing worked fine while we had
Python 2.4 + R 2.4.1 + Rpy ($Id: rpy.py 339 2006-08-18 14:19:22Z alain001
$). After installing R 2.6.2 the RHOME is now pointing to R 2.6.2 and we
wont to change it back to R 2.4.1 to make it work as it was before.