Skip to content

RH 9 and R 1.7.0 Beta April 2 Latest

1 message · Marc Schwartz

#
Peter Dalgaard BSA wrote:
Peter,

The following is the output of:

$ diff -u arith-true.Rout.fail arith-true.Rout.save

--- arith-true.Rout.fail        2003-04-02 10:48:10.000000000 -0600
+++ arith-true.Rout.save        2002-08-05 11:51:42.000000000 -0500
@@ -1,6 +1,6 @@

-R : Copyright 2003, The R Development Core Team
-Version 1.7.0 Under development (unstable) (2003-04-02)
+R : Copyright 2002, The R Development Core Team
+Version 1.6.0 Under development (unstable) (2002-08-05)

  R is free software and comes with ABSOLUTELY NO WARRANTY.
  You are welcome to redistribute it under certain conditions.
@@ -81,9 +81,9 @@
  >
  > ## These are "double"s:
  > all(!is.nan(c(1.,NA)))
-[1] FALSE
+[1] TRUE
  > all(c(FALSE,TRUE,FALSE) == is.nan(c   (1.,NaN,NA)))
-[1] FALSE
+[1] TRUE
  > all(c(FALSE,TRUE,FALSE) == is.nan(list(1.,NaN,NA)))
  [1] TRUE
  >
@@ -289,5 +289,5 @@
  >
  > ## Last Line:
  > cat('Time elapsed: ', proc.time() - .proctime00,'\n')
-Time elapsed:  2.5 0.06 3.16 0 0
+Time elapsed:  2.07 0.1 2.22 0 0
  >

I see that there is a new update this morning, so if you would like me 
to download and use that new version, let me know.

Best,

Marc Schwartz