John Chambers <[EMAIL PROTECTED]> wrote:
> There's nothing bad happening, and we should remove the setIs() example
> from the setClass() documentation.
> If you run example(setIs), you will see a slightly different version of
> the same call to setIs(), but one that does not generate the warning
There's nothing bad happening, and we should remove the setIs() example
from the setClass() documentation.
If you run example(setIs), you will see a slightly different version of
the same call to setIs(), but one that does not generate the warning
(because it includes the argument replace= to s
Hello,
Below is what I got running the examples from `setClass'. Could somebody
please help explain why the last `setIs' call is returning the warning and
whether this is expected?
R> setClass("track",
+ representation(x="numeric", y="numeric"))
[1] "track"
R> setClass("