Displaying 1 result from an estimated 1 matches for "r_s4_type".
2006 Jul 03
0
S4 object type available for testing
...or these classes. It's currently
available in the r-devel version, but not turned on by default. If you
have code that makes use of S4 objects, or C-level code that tries to
handle all internal types, please try to test out the new feature.
To turn the feature on, set environment variable R_S4_Type to anything
non-empty, for example in bash
$ export R_S4_Type=TRUE
before starting up R. You can also turn the new type on and off in R by
calling methods:::.useS4Prototype(TRUE) or FALSE. (This is a temporary
situation, eventually the type will be made the default.)
Note the following poin...