Re: [R] Make check fails on d-p-q-r-tests.R...

2005-09-27 Thread Prof Brian Ripley
You will have to show us the error! It will be shown in d-p-q-r-tests.Rout.fail (unless this was a segfault or similar). It is not OK to skip the test, but note that this test is random and does fail about 1 in 50 times, so you could just try rerunning it. On Mon, 26 Sep 2005, Jeff Ross

Re: [R] Make check fails on d-p-q-r-tests.R...

2005-09-27 Thread Jeff Ross
On 1:03:39 am 09/27/05 Prof Brian Ripley [EMAIL PROTECTED] wrote: You will have to show us the error! It will be shown in d-p-q-r-tests.Rout.fail (unless this was a segfault or similar). It is not OK to skip the test, but note that this test is random and does fail about 1 in 50 times, so

Re: [R] Make check fails on d-p-q-r-tests.R...

2005-09-27 Thread Prof Brian Ripley
I am afraid this does look like a real problem, if a minor one. We have for the first problem x - 10^(ex - c(1,2,5*(1:5),50,100,200,300,Inf)) ex - -c(rev(1/x), ex) qcauchy(ex, log=TRUE) The first entry of the result should be Inf and the last -Inf. From the output you have shown us I would

Re: [R] Make check fails on d-p-q-r-tests.R...

2005-09-27 Thread Jeff Ross
On Tue, 27 Sep 2005, Prof Brian Ripley wrote: I am afraid this does look like a real problem, if a minor one. We have for the first problem x - 10^(ex - c(1,2,5*(1:5),50,100,200,300,Inf)) ex - -c(rev(1/x), ex) qcauchy(ex, log=TRUE) The first entry of the result should be Inf and the

[R] Make check fails on d-p-q-r-tests.R...

2005-09-26 Thread Jeff Ross
Hi, R-2.1.1 OS: OpenBSD-current (3.8) on i386 Compiler:gcc version 3.3.5 (propolice) Thread model: single configure \ --with-readline \ --with-tcltk \ --with-tcl-config=/usr/local/lib/tcl8.4/tclConfig.sh \ --with-tk-config=/usr/local/lib/tk8.4/tkConfig.sh \ --with-libpng \