search for: dkwtest

Displaying 5 results from an estimated 5 matches for "dkwtest".

2006 Jul 04
1
problem getting R 2.3.1 svn r38481 to pass make check-all
...cite R or R packages in publications. > > Type 'demo()' for some demos, 'help()' for on-line help, or > 'help.start()' for an HTML browser interface to help. > Type 'q()' to quit R. 254a270,274 > > ## regression test for non-central t bug > > dkwtest("t", df=20, ncp=3) > t(df = 20, ncp = 3) PASSED > [1] TRUE > > make[3]: *** [p-r-random-tests.Rout] Error 1 make[3]: Leaving directory `/home/gavin/R/2.3-patches/build/tests' make[2]: *** [test-Random] Error 2 make[2]: Leaving directory `/home/gavin/R/2.3-patches/build/tes...
2005 Aug 01
1
Follow-Up: R on FC4
...heck-all succeeds on FC with gcc/g+ +/gfortran using these options at least: -g -O3 -m32 -pipe -mcpu=i386 - mtune=pentium3m R-devel compiles without error (same set of flags as above) but fails make check-all in p-r-random-tests.R - the relevant section of p-r- random-tests.Rout.fail is: ... > dkwtest("norm") norm() PASSED [1] TRUE > dkwtest("norm",mean = 5,sd = 3) norm(mean = 5, sd = 3) PASSED [1] TRUE > > dkwtest("gamma",shape = 0.1) gamma(shape = 0.1) PASSED [1] TRUE > dkwtest("gamma",shape = 0.2) gamma(shape = 0.2) PASSED [1] TRUE > d...
2005 Aug 14
1
make check-all fails (PR#8063)
...m] Error 2 make[2]: Leaving directory `/mnt/linuxApp/usr/local/R/R-patched/tests' make[1]: *** [test-all-devel] Error 1 make[1]: Leaving directory `/mnt/linuxApp/usr/local/R/R-patched/tests' make: *** [check-all] Error 2 " The tail of ./tests/p-r-random-tests.Rout.fail is: " > dkwtest("nbinom",size = 1,prob = 0.8) nbinom(size = 1, prob = 0.8) PASSED [1] TRUE > dkwtest("nbinom",size = 100,prob = 0.8) nbinom(size = 100, prob = 0.8) PASSED [1] TRUE > dkwtest("nbinom",size = 100,prob = 0.999) nbinom(size = 100, prob = 0.999) PASSED [1] TRUE >...
2006 Jan 11
2
R 2.2.2-1 RPM build problem and solution on RH AS 4 x86_64
...y) , and the fc4 rpms have a whole web of dependencies I don't want to pull in. So I decided to build http://cran.us.r-project.org/bin/linux/redhat/SRPMS/R-2.2.1-1.fc3.src.rpm . When I ran rpmbuild. one of the make-check tests failed. from /BUILD/R-2.2.1/tests/p-r-random-tests.Rout.fail: > dkwtest("weibull",shape = 1) weibull(shape = 1) FAILED Error in dkwtest("weibull", shape = 1) : dkwtest failed Execution halted I was able to build the rpm after removing "--enable-r-shlib" from the spec file. http://cran.us.r-project.org/bin/linux/redhat/SRPMS/ReadMe says:...
2003 Dec 10
0
configure stuck in checking leap seconds (R-1.8.1 on AIX)
...ated the test by editing the test code in the configure script so it will go on. After that I was able to compile R. (I did have to edit one more thing in the configure script: changing /lib/crt0.o to /lib/crt0_64.o.) Unfortunately, make check all failed in tests/p-r-random-tests.Rout.fail: > dkwtest("beta",shape1 = 2, shape2 = 1) beta(shape1 = 2, shape2 = 1) FAILED Error in dkwtest("beta", shape1 = 2, shape2 = 1) : dkwtest failed Execution halted Can anyone help? Best, Andy Andy Liaw, PhD Biometrics Research PO Box 2000, RY33-300 Merck Research Labs...