r-lib / R6

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

Override format() #73

Closed krlmlr closed 9 years ago

krlmlr commented 9 years ago

Is there a reason why only print() is overridden for R6 and R6ClassGenerator, and not format? Overriding the latter seems to be best practice. format should then also use a public format function if it exists.