Skip to content
Prev 721 / 63421 Next

R-alpha: "invisible" (yet again): a more problematic bug[let]

maechler@stat.math.ethz.ch wrote:
The problem seems to be in do_if (eval.c) where the R_Visible flag
is set to 0. Set it to 1 instead and your functions will work
properly. You also get

R>if(F) 2
NULL

instead of 
R>if(F) 2
R>

which is consistent with S-PLUS.

Martyn
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=