Displaying 1 result from an estimated 1 matches for "u201d".
Did you mean:
u2019
2009 Oct 26
1
Why 'validity' is not called? (S4)
...39;,
+ signature='A',
+ definition=function(.Object,x){
+ cat("~~~ A: initializator ~~~\n")
+ .Object at x=x
+ return(.Object)
+ }
+ )
[1] "initialize"
> new(Class='A', x=10)
~~~ A: initializator ~~~
An object of class \u201cA\u201d
Slot "x":
[1] 10