search for: r48755

Displaying 1 result from an estimated 1 matches for "r48755".

Did you mean: r48715
2009 Jun 18
1
validObject throws non-caught error when slot doesn't exist
...Object(a, test = TRUE) Error in slot(object, slotNames[[i]]) : no slot of name "star" for this object of class "Foo" > validObject2(a, test = TRUE) [1] "missing slot \"star\"" > sessionInfo() R version 2.10.0 Under development (unstable) (2009-06-12 r48755) i386-apple-darwin9.6.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base Patrick