I think, as of just 2 revisions later (44863) anyway, that problem has
been fixed. Sitting in the methods/R directory:
grep -nH -e "isGenericFunction" *.R
Grep finished with no matches found at Mon Mar 24 16:55:39
Try updating & see if all is well. (r-devel is a moving target,
particularly a
Hi,
It seems that promptMethods() was changed in revision 44805 to include a
call to "isGenericFunction" that at least as of revision 44861 does not
exist as far as I can tell.
This results in:
could not find function "isGenericFunction"
when evaluating e.g. promptMethods("myGeneric")
Thanks,
M