> Hiroyuki Kawakatsu
> on Wed, 30 Mar 2016 09:27:16 +0100 writes:
> Hi, This may be a `transitional' bug but I am reporting a
> make check fail with R-devel r70391 in
> reg-tests-1a.Rout. The tail of reg-tests-1a.Rout.fail is
>> ## prcomp(tol=1e-6) x <- matrix(runif(3
Hi,
This may be a `transitional' bug but I am reporting a make check
fail with R-devel r70391 in reg-tests-1a.Rout. The tail of
reg-tests-1a.Rout.fail is
> ## prcomp(tol=1e-6)
> x <- matrix(runif(30),ncol=10)
> s <- prcomp(x, tol=1e-6)
> stopifnot(length(s$sdev) == ncol(s$rotation))
Error: length