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
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)
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
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
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
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