search for: oldclassesprototyp

Displaying 5 results from an estimated 5 matches for "oldclassesprototyp".

Did you mean: oldclassesprototypes
2015 May 13
2
Unexpected failure when calling new() with unnamed arg and
...lowing. > > One problem and historical reason for the current setup seems > that the "formula" S3 class is not from 'base' but 'stats' : > > R's source, src/library/methods/R/BasicClasses.R, > lines 524 ff has the following comment block > > | .OldClassesPrototypes is a list of S3 classes for which prototype > | objects are known & reasonable. The classes will reappear in > | .OldClassesList, but will have been initialized first in > | .InitBasicClasses. NB: the methods package will NOT set up > | prototypes for S3 classes except thos...
2015 May 12
2
Unexpected failure when calling new() with unnamed arg and
Hi, The man page for new() suggests that if 'a' is an object with slots "slot1" and "slot2" and C is a class that extends the class of 'a', then the 2 following calls should be equivalent: new("C", a, ...) new("C", slot1=a at slot1, slot2=a at slot2, ...) This is generally the case but I just ran into a situation where it's not.
2015 Oct 08
1
Unexpected failure when calling new() with unnamed arg and
...seems that the "formula" S3 class is not from 'base' but >>> 'stats' : >>> >>> R's source, src/library/methods/R/BasicClasses.R, lines >>> 524 ff has the following comment block >>> >>> | .OldClassesPrototypes is a list of S3 classes for >>> which prototype | objects are known & reasonable. The >>> classes will reappear in | .OldClassesList, but will >>> have been initialized first in | .InitBasicClasses. NB: >>> the methods package will NOT set...
2015 May 13
0
Unexpected failure when calling new() with unnamed arg and
...Interesting .. and at least worth following. One problem and historical reason for the current setup seems that the "formula" S3 class is not from 'base' but 'stats' : R's source, src/library/methods/R/BasicClasses.R, lines 524 ff has the following comment block | .OldClassesPrototypes is a list of S3 classes for which prototype | objects are known & reasonable. The classes will reappear in | .OldClassesList, but will have been initialized first in | .InitBasicClasses. NB: the methods package will NOT set up | prototypes for S3 classes except those in package base an...
2015 Oct 08
0
Unexpected failure when calling new() with unnamed arg and
...oblem and historical reason for the current setup seems >> that the "formula" S3 class is not from 'base' but 'stats' : >> >> R's source, src/library/methods/R/BasicClasses.R, >> lines 524 ff has the following comment block >> >> | .OldClassesPrototypes is a list of S3 classes for which prototype >> | objects are known & reasonable. The classes will reappear in >> | .OldClassesList, but will have been initialized first in >> | .InitBasicClasses. NB: the methods package will NOT set up >> | prototypes for S3 cla...