There seem to be differences in the behavior of data_frame when running
in rpy for R 2.6.0 and for R 2.6.1.
The following R code works for both versions of R but not in python:
x <- matrix(c(1.2, 3.5, 4.5,2.4, 3.2, 6.7), 3,2)
y <- c(4.5, 2.4, 3.7)
d <- data.frame(x=x, y=y)
lm("y~x.1+x.2", data=d
Revision: 469
http://rpy.svn.sourceforge.net/rpy/?rev=469&view=rev
Author: lgautier
Date: 2008-03-28 13:24:29 -0700 (Fri, 28 Mar 2008)
Log Message:
---
Use R's recent "translateChar".
Modified Paths:
--
branches/rpy_nextgen/rpy/rinterface/rinterface.c
Mo
Revision: 470
http://rpy.svn.sourceforge.net/rpy/?rev=470&view=rev
Author: lgautier
Date: 2008-03-28 13:29:17 -0700 (Fri, 28 Mar 2008)
Log Message:
---
Correct signature for VectorSexp's constructor
Modified Paths:
--
branches/rpy_nextgen/rpy/rinterface/rin
Revision: 471
http://rpy.svn.sourceforge.net/rpy/?rev=471&view=rev
Author: lgautier
Date: 2008-03-28 13:35:53 -0700 (Fri, 28 Mar 2008)
Log Message:
---
added test for out-of-bounds indexing
Modified Paths:
--
branches/rpy_nextgen/rpy/rinterface/tests/test_S
Revision: 472
http://rpy.svn.sourceforge.net/rpy/?rev=472&view=rev
Author: lgautier
Date: 2008-03-28 14:00:07 -0700 (Fri, 28 Mar 2008)
Log Message:
---
Fix __setitem__ for STRSXP vectors.
Modified Paths:
--
branches/rpy_nextgen/rpy/rinterface/rinterface.c