This occurs with the latest 2.3. Example case:

robjects.IntVector([0,1,2]) + 1

This is what it returns

<IntVector - Python:0x7fadd7a7a320 / R:0xb385b18>
[       0,        1,        2,        1]

While I'd expect, like in R

> c(0,1,2) + 1
[1] 1 2 3

Is this a bug, or do I have to do things differently?

-- 
Luca Beltrame, Ph.D. - Translational Genomics Unit
Oncology Department, Mario Negri Institute

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to