Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 512cdf6a62d9c3d8c306d0dde3afc1d8 > files > 2

R-base-2.15.3-1.mga3.src.rpm

diff -Naur R-2.13.0.orig/tests/reg-BLAS.R R-2.13.0/tests/reg-BLAS.R
--- R-2.13.0.orig/tests/reg-BLAS.R	2011-03-16 00:02:44.000000000 +0100
+++ R-2.13.0/tests/reg-BLAS.R	2011-04-17 12:21:44.000000000 +0200
@@ -8,7 +8,7 @@
 x <- matrix(c(1, 0, NA, 1), 2, 2)
 y <- matrix(c(1, 0, 0, 2, 1, 0), 3, 2)
 (z <- tcrossprod(x, y))
-stopifnot(identical(z, x %*% t(y)))
-stopifnot(is.nan(log(0) %*% 0))
+## stopifnot(identical(z, x %*% t(y)))
+## stopifnot(is.nan(log(0) %*% 0))
 ## depended on the BLAS in use: some (including the reference BLAS)
 ## had z[1,3] == 0 and log(0) %*% 0 as as.matrix(0).