R-alpha: S-R -- quite a dangerous incompatibility...

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Fri, 14 Nov 1997 19:16:20 +0100


any( 1 < 0, na.rm = T) 

##S: FALSE

##R: TRUE		(guess why; the TRUE of  na.rm=T ...)


##-- Of course, the analogon happens for

all( 1 > 0, na.rm = F)

## S : TRUE	
## R : FALSE

-- Martin
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=