Hi,

This is probably a bug.
Can you report it so it does not get lost between now and the next time slot I have to look at it ?

Thanks,

Laurent

PS: self-contained examples makes it easier to reproduce the problem


On 2011-07-26 17:28, Luca Beltrame wrote:
Hello,

I'm trying to do the following in R

mydataframe[mydataframe == 0]<- NA

However, if I try to do the following in Python, with rpy2

mydataframe.rx[mydataframe.ro == 0] = robjects.NA_Logical

I get a RRuntimeError:

Error in is.atomic(value): 'value' is missing

Is it a bug or am I doing something wrong?

Thanks.



------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/


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

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to