Apparently John Chambers added Reference Classes to R in version 2.12. There doesn't appear to be much information online yet, but they're calling them R5 classes, which implies they're on a level with S3 and S4 classes.
Question: What is a reference class, and how does this fit in with existing class types?
trace
now (R 2.13.1) supports them. – Anergy