Bug 18369: enable isGeneric() to work from function definition for functions in base #74
Labels
LatinR 2024
R
Issue should require knowledge of R only
review patch
Test/review the proposed patch
S4 methods
S4 methods
For functions outside of the base package,
isGeneric()
works when the function is passed to thefdef
argumentThis doesn't work for functions in base:
though it will work if you pass the function name instead:
Gabe Becker (@gmbecker) raised this in Bug 18639 with the outline of a fix and R Core member Martin Maechler gave some feedback. This issue is to work with Gabe on developing and testing the patch.
The text was updated successfully, but these errors were encountered: