Skip to content
Prev 8815 / 63424 Next

printing of attributes does not dispatch on class (PR#2506)

Forwarded to R-bugs to log this.  It may or may not be a bug, but it is a 
desirable enhancement, if a tricky one.

Note that this is not simple: in R-devel it may be show() not print()  
that was called (and needs to be dispatched on, although print.default
will do that) and the print functionality can be called directly from C
code, e.g. by PrintValue.

Also, auto-printing as in the example does not call print.default at all
(put a trace on it to see). but the C function PrintValueEnv()!