Re: [Rd] failure in `setClass' examples

2005-11-22 Thread Sebastian Luque
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

Re: [Rd] failure in `setClass' examples

2005-11-22 Thread John Chambers
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

[Rd] failure in `setClass' examples

2005-11-22 Thread Sebastian Luque
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("