Displaying 1 result from an estimated 1 matches for "moreclassmethodissu".
Did you mean:
moreclassmethodissues
2003 May 24
2
Re: R-devel Digest, Vol 3, Issue 23
...;t seem to be any guidelines for documenting a method with the
generic, if the generic happens to be defined in the same package, or with
the object class, if the generic dispatches on only one argument. I know
that you have thought about this, and in the document
http://developer.r-project.org/moreClassMethodIssues.html you refer to the
'addTo' argument for 'promptMethods'. The 'addTo' argument however has not
yet been implemented in R.
It would be nice to have a method for finding dynamically all available
documentation for methods for a given generic function. I wrote a little...