Laurent wrote:

Unfortunately there is currently no win32/win64 support for rpy2-2.1.x
(for lack of time / resources):
http://rpy.sourceforge.net/rpy2/doc-2.1/html/overview.html#download

*************
OK I think it will work now, thanks.
RPy2 2.0.8 can find any R installation from 2.8 to 2.11 I have tried.
However, in each case I get the error below when running rpy2.tests

Somebody posted a similar error here

http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg02075.html

It seems I do not need to worry about this error?
Sorry for all the newbieness, I'll get there eventually.

Andrew.


****************
D:\Python26>python -m rpy2.tests
.......................Error in .Primitive("[")(0:10, list("a", "b", "c")) :
  invalid subscript type 'list'
..........................................F.......................F.....Loading
required package: splines
.....................Error in function (x)  : object 'y' not found
...Error in .Primitive("sum")(c("a", "b", "c", "d", "e", "f", "g", "h",
"i",  :

  invalid 'type' (character) of argument
.......F.
F
F[1] "3"
F...[1] "3"
F.....................................
======================================================================
FAIL: testVectorUnicodeCharacter
(rpy2.robjects.tests.testNumpyConversions.Numpy
ConversionsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"D:\Python26\lib\site-packages\rpy2\robjects\tests\testNumpyConversions.p
y", line 54, in testVectorUnicodeCharacter
    self.assertTrue(False) # arrays of unicode characters causing segfault
AssertionError

======================================================================
FAIL: testNewWithoutInit
(rpy2.rinterface.tests.test_SexpVector.SexpVectorTestCa
se)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"D:\Python26\lib\site-packages\rpy2\rinterface\tests\test_SexpVector.py",
 line 43, in testNewWithoutInit
    self.assertTrue(False) # worked when tested, but calling endEmbeddedR
causes
 trouble
AssertionError

======================================================================
FAIL: testCallErrorWhenEndedR
(rpy2.rinterface.tests.test_EmbeddedR.EmbeddedRTes
tCase)
----------------------------------------------------------------------

etc.
------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to