Displaying 1 result from an estimated 1 matches for "nanqnanq".
1998 Jun 02
0
"fgrep" for help \\ IBM PowerPC AIX
...available even on AIX 4.2;
a (PowerPC) system I got an account about ten days ago, because it's
owner and part-time maintainer wanted to run R.
- R 0.61.3 configure finds gcc and installs without any warning,
BUT
R> max(1)
[1]NaNQ
R> min(1:10)
[1]NaNQ
R> range(pi)
[1]NaNQNaNQ
which breaks almost everything.
- R 0.62 configure finds "xlc" a compiler which ``is said'' to be good,
at least one of its warnings lead to me to look at src/appl/eigen.c
and remove some extraneous definitions there....
However, I haven't been able to c...