I am having problems with rp2.rpy_classic with conversions. If I do:
$ python
Python 2.5.2 (r252:60911, Aug 20 2008, 17:14:32)
[GCC 4.1.2 20070115 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpy2.rpy_classic import *
>>>
Hi all,
I just uploaded the Laurent Oget's rpy2-2.0.0b1 win32 build for
Python-2.5 on Sourceforge.
L.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based application
I ran into similar issues while trying to build rpy2 on windows, and i
ended up having to steal header files from the source distribution of
R. How much work would it be to do this?
Laurent Oget
2008/10/20 Dirk Eddelbuettel <[EMAIL PROTECTED]>:
>
> On 20 October 2008 at 11:42, laurent oget wrote:
Great work !
(the tests failing are expected to fail - the first is yet to be fixed
for all platforms, the next two are failing because stop and restarting
the embedded R is causing great trouble, the last two are expected to
fail under win32 at the moment).
I am surely interested in seeing this
Here is the log of the rpy2 unit test on XP with R 2.7.2. Should I try
rebuilding from SVN? Anybody interested in this windows build?
Laurent
C:\laurent\rpy2-2.0.0b1>python rpy\tests.py
..Error in .Primitive("[")(0:10, list("a", "b", "c")) :
invalid subscript type 'list'
...