Re: [Rd] value returned by findFun when the name cannot be found.

2008-05-24 Thread Luke Tierney
On Sat, 24 May 2008, Laurent Gautier wrote: Dear list, I have been using "findVar" (defined in src/main/envir.c) happily and would like to use "findFun". However I have trouble when the name searched cannot be found: while "findVar" returns R_UnboundValue, "findFun" does not (the 4 last lines

[Rd] value returned by findFun when the name cannot be found.

2008-05-24 Thread Laurent Gautier
Dear list, I have been using "findVar" (defined in src/main/envir.c) happily and would like to use "findFun". However I have trouble when the name searched cannot be found: while "findVar" returns R_UnboundValue, "findFun" does not (the 4 last lines of "findFun" are copied below). error(_("c