Revision: 606
http://rpy.svn.sourceforge.net/rpy/?rev=606&view=rev
Author: lgautier
Date: 2008-08-03 09:14:40 +0000 (Sun, 03 Aug 2008)
Log Message:
-----------
code layout
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-08-03 09:13:33 UTC
(rev 605)
+++ branches/rpy_nextgen/rpy/robjects/__init__.py 2008-08-03 09:14:40 UTC
(rev 606)
@@ -374,7 +374,8 @@
inpackage = rinterface.baseNameSpaceEnv["::"]
asformula = inpackage(StrSexpVector(['stats', ]),
StrSexpVector(['as.formula', ]))
- robj = asformula(rinterface.SexpVector(StrSexpVector([formula, ])),
+ formula = rinterface.SexpVector(StrSexpVector([formula, ]))
+ robj = asformula(formula,
env = environment)
super(RFormula, self).__init__(robj)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list