[Rpy] SF.net SVN: rpy: [449] branches/rpy_nextgen/rpy/rinterface/tests/ test_SexpVector.py

2008-03-21 Thread lgautier
Revision: 449 http://rpy.svn.sourceforge.net/rpy/?rev=449&view=rev Author: lgautier Date: 2008-03-21 02:47:18 -0700 (Fri, 21 Mar 2008) Log Message: --- Test for boolean/logical Modified Paths: -- branches/rpy_nextgen/rpy/rinterface/tests/test_SexpVector.py

[Rpy] SF.net SVN: rpy: [450] branches/rpy_nextgen/rpy/robjects

2008-03-21 Thread lgautier
Revision: 450 http://rpy.svn.sourceforge.net/rpy/?rev=450&view=rev Author: lgautier Date: 2008-03-21 04:21:35 -0700 (Fri, 21 Mar 2008) Log Message: --- - Added len method for Rvector - Fixed incorrect handling of boolean Python type (get tricked by their int/bool nature)

[Rpy] SF.net SVN: rpy: [451] branches/rpy_nextgen/rpy/rinterface_ctypes/

2008-03-21 Thread lgautier
Revision: 451 http://rpy.svn.sourceforge.net/rpy/?rev=451&view=rev Author: lgautier Date: 2008-03-21 04:25:12 -0700 (Fri, 21 Mar 2008) Log Message: --- Using ctypes to access R. Added Paths: --- branches/rpy_nextgen/rpy/rinterface_ctypes/ This was sent by the

[Rpy] SF.net SVN: rpy: [452] branches/rpy_nextgen

2008-03-21 Thread lgautier
Revision: 452 http://rpy.svn.sourceforge.net/rpy/?rev=452&view=rev Author: lgautier Date: 2008-03-21 07:08:43 -0700 (Fri, 21 Mar 2008) Log Message: --- - Renamed the installed package as 'rpy2' (so it can co-exist with the current rpy). - Updated the 'radming.py' example: i

[Rpy] SF.net SVN: rpy: [453] branches/rpy_nextgen

2008-03-21 Thread lgautier
Revision: 453 http://rpy.svn.sourceforge.net/rpy/?rev=453&view=rev Author: lgautier Date: 2008-03-21 10:49:18 -0700 (Fri, 21 Mar 2008) Log Message: --- unify the unit tests For the moment, central running of them breaks because of multiple initialization of R (fix in progr

[Rpy] SF.net SVN: rpy: [454] branches/rpy_nextgen/rpy/rinterface/rinterface.c

2008-03-21 Thread lgautier
Revision: 454 http://rpy.svn.sourceforge.net/rpy/?rev=454&view=rev Author: lgautier Date: 2008-03-21 15:31:25 -0700 (Fri, 21 Mar 2008) Log Message: --- Added a boolean to indicate whether the embedded R had been initialized or not The initialization is now only possible if