I have code using version 2.8.6 that uses robjects, But in version 2.9
and higher that method does not seem to exist. Has the interface
changed?
___
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-li
Revision: 724
http://rpy.svn.sourceforge.net/rpy/?rev=724&view=rev
Author: lgautier
Date: 2008-12-19 21:53:06 + (Fri, 19 Dec 2008)
Log Message:
---
Added docstrings
Modified Paths:
--
rpy2/branches/version_2.0.x/rpy/robjects/__init__.py
rpy2/branches/version_2.0.x/rpy/robjects/tests/testNumpyConversions.py
Modified: rpy2/branches/version_2.0.x/rpy/robjects/tests/testNumpyConversions.py
===
--- rpy2/branches/version_2.0.x/rpy/robjects/tests/testNumpyConversion
Revision: 637
http://rpy.svn.sourceforge.net/rpy/?rev=637&view=rev
Author: lgautier
Date: 2008-08-22 13:49:08 + (Fri, 22 Aug 2008)
Log Message:
---
Fixed handling of unicode and complex vectors
Modified Paths:
--
branches/rpy_nextgen/rpy/robj
tgen/rpy/robjects/__init__.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
===
--- branches/rpy_nextgen/rpy/robjects/__init__.py 2008-08-17 10:58:53 UTC
(rev 633)
+++ branches/rpy_nextgen/rpy/robjects/__init__.py
Revision: 633
http://rpy.svn.sourceforge.net/rpy/?rev=633&view=rev
Author: lgautier
Date: 2008-08-17 10:58:53 + (Sun, 17 Aug 2008)
Log Message:
---
Added test for mapping S4 instances.
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/t
blem with repr() and line terminators on WinXP
(reported by Vince
Fulco)
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/tests/testRobjects.py
Modified: branches/rpy_nextgen/rpy/robjects/tests/testRobject
Revision: 630
http://rpy.svn.sourceforge.net/rpy/?rev=630&view=rev
Author: lgautier
Date: 2008-08-17 10:35:41 + (Sun, 17 Aug 2008)
Log Message:
---
code cleaning: renamed variable.
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/t
arameter for R set functions "<-" last in the call
and allowing for keywords
- added docstrings
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robjects/tests/testRVector.py
Modified: branches/rpy_nextg
Revision: 606
http://rpy.svn.sourceforge.net/rpy/?rev=606&view=rev
Author: lgautier
Date: 2008-08-03 09:14:40 + (Sun, 03 Aug 2008)
Log Message:
---
code layout
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
Modified: bran
Revision: 573
http://rpy.svn.sourceforge.net/rpy/?rev=573&view=rev
Author: lgautier
Date: 2008-07-05 07:48:02 -0700 (Sat, 05 Jul 2008)
Log Message:
---
robjects:
- Experimental class RDataFrame
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__in
rich), as well as operators such as __add__,
__mult__, __and__, __or__.
- getNames renamed to getnames
- fix in RS4.__getattr__ (proper wrapping of the object returned)
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robjects/tests
Revision: 565
http://rpy.svn.sourceforge.net/rpy/?rev=565&view=rev
Author: lgautier
Date: 2008-06-25 14:07:08 -0700 (Wed, 25 Jun 2008)
Log Message:
---
Missing tests for RFormula
Added Paths:
---
branches/rpy_nextgen/rpy/robjects/tests/testRFormula.py
A
Revision: 560
http://rpy.svn.sourceforge.net/rpy/?rev=560&view=rev
Author: lgautier
Date: 2008-06-10 10:22:41 -0700 (Tue, 10 Jun 2008)
Log Message:
---
Fixed the __str__ issue on win32 (tests ok now).
Modified Paths:
--
branches/rpy_nextgen/rpy/robj
aths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robjects/tests/testRObject.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
===
--- branches/rpy_nextgen/rpy/robjects/__init__.py 2008-06-08 20:1
name was left behind in test
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robjects/tests/testRobjects.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
==
the classes:
- attribute _sexp, constaining the rinterface.Sexp, is gone
- classes inherit from their rinterface counterpart
- a mixin class RObjectMixin provides common methods
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robj
Revision: 528
http://rpy.svn.sourceforge.net/rpy/?rev=528&view=rev
Author: lgautier
Date: 2008-05-21 13:15:07 -0700 (Wed, 21 May 2008)
Log Message:
---
Added missing new test file
Added Paths:
---
branches/rpy_nextgen/rpy/robjects/tests/testRArray.py
A
ches/rpy_nextgen/rpy/robjects/__init__.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
===
--- branches/rpy_nextgen/rpy/robjects/__init__.py 2008-04-09 20:47:23 UTC
(rev 482)
+++ branches/rpy_nextgen/rpy/robjects/__init_
g it)
- Renvironment is now iter-able
- Unknown R objects are now mapped to Robject (so it feels more coherent with
the rest)
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
Modified: branches/rpy_nextgen/rpy/robjects/__init_
Revision: 459
http://rpy.svn.sourceforge.net/rpy/?rev=459&view=rev
Author: lgautier
Date: 2008-03-23 04:10:21 -0700 (Sun, 23 Mar 2008)
Log Message:
---
- added __setitem__
- added object globalEnv
Modified Paths:
--
branches/rpy_nextgen/rpy/robj
ture)
- Added unit tests to catch the above
- Added unit tests for the method subset
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
branches/rpy_nextgen/rpy/robjects/tests/testRobjects.py
Modified: branches/rpy_nextgen/rpy/robjects/__init_
aths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
===
--- branches/rpy_nextgen/rpy/robjects/__init__.py 2008-03-16 18:14:04 UTC
(rev 446)
+++ bran
dule)
Modified Paths:
--
branches/rpy_nextgen/rpy/robjects/__init__.py
Modified: branches/rpy_nextgen/rpy/robjects/__init__.py
===
--- branches/rpy_nextgen/rpy/robjects/__init__.py 2008-03-16 18:12:01 UTC
(rev
dbox/rpy_nextgen/rpy/robjects/tests/testRobjects.py
Modified: trunk/sandbox/rpy_nextgen/rpy/robjects/tests/testRobjects.py
===
--- trunk/sandbox/rpy_nextgen/rpy/robjects/tests/testRobjects.py
2008-03-13 21:25:45 UTC (rev 429)
+++ t
ill trying out ideas)
Modified Paths:
--
trunk/sandbox/rpy_nextgen/rpy/robjects/__init__.py
Modified: trunk/sandbox/rpy_nextgen/rpy/robjects/__init__.py
===
--- trunk/sandbox/rpy_nextgen/rpy/robjects/__init__.py 2008-
Revision: 426
http://rpy.svn.sourceforge.net/rpy/?rev=426&view=rev
Author: lgautier
Date: 2008-03-08 07:35:22 -0800 (Sat, 08 Mar 2008)
Log Message:
---
- Added tests
- Fixed subsetting
Modified Paths:
--
trunk/sandbox/rpy_nextgen/rpy/robjects/__init_
27 matches
Mail list logo