0.65 HPUX|AIX make check

Kurt Hornik Kurt.Hornik@ci.tuwien.ac.at
Mon, 19 Jul 1999 09:25:09 +0200 (CEST)


Update (for me):

* On HPUX (cc/f77/make), make check passes the Examples but fails in
arith-true.R because

	is.infinite(.Machine$double.base ^ .Machine$double.max.exp)

gives FALSE.

Interestingly

> .Machine$double.base
[1] 2
> .Machine$double.max.exp
[1] 1024
> 2 ^ 1024
[1] 1.797693e+308
> 2 ^ 1025
[1] 1.797693e+308
> 2 ^ 2024
[1] 1.797693e+308

so I guess we need help here.

* On AIX (gcc/f77/make), make check fails in the contour example

contor> contour(x, x, z, col = "pink", add = TRUE)
Error: missing value where logical needed

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._