dpritchard / frair

Tools for Functional Response Analysis
8 stars 3 forks source link

`deparse(subsititue(x))` in print methods #39

Open dpritchard opened 8 years ago

dpritchard commented 8 years ago

Posted here for posterity:

deparse(subsititue(x)): This would give more informative output, but it can't be done on method dispatch because (e.g.) print.default() evaluates the call. See: https://stat.ethz.ch/pipermail/r-help/2012-May/311665.html

Frankly I can't remember what this comment was about. I assume it was about a more informative print method.

Perhaps the solution has something to do with storing the original call?

Filed under "not a priority".