Skip to content
Prev 44842 / 63424 Next

Regarding the recent changes to @<-

Thanks.  No need for a complicated example actually:
Error in validObject(c1) : 
  invalid class "C1" object: invalid object for slot "x" in class "C1": got class "character", should be or extend class "numeric"

In making @<- substantially more efficient in r-devel, we lost some error checking.  That's too efficient.

This will be fixed, but given that code has migrated from an R function to C and that I'm not currently at home, it may take a little while.

John
On Jan 13, 2013, at 3:34 PM, Fran?ois Michonneau wrote: