r-lib / R6

Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
412 stars 57 forks source link

Check subclass on instantiation #25

Closed hadley closed 10 years ago

hadley commented 10 years ago

Not on subclassing. This leaves you free to define subclasses before the parent class.