Displaying 1 result from an estimated 1 matches for "56544726ae60".
2019 Sep 19
2
Should slot<-() alter its first argument?
We noticed that the slot<- function alters its first argument, which goes
against the grain of a functional language. The similar @<- does not
change its first argument. Is this intended? The timeSeries and distr
package depend on this altering.
> setClass("Z", rep=representation(x="character"))
> z <- new("Z", x="orig")
> `@<-`(z,