Full_Name: Arne Henningsen Version: 2.3.0, 2005-11-21, i686-pc-linux-gnu OS: SuSE Linux 9.0, Kernel 2.4.21 Submission from: (NULL) (134.245.140.242)
I did not find any problems in "./configure" and "make", but "make check" fails: make[4]: Entering directory `/home/suapm095/Download/R-devel/tests/Examples' collecting examples for package 'base' ... make[5]: Entering directory `/home/suapm095/Download/R-devel/src/library' >>> Building/Updating help pages for package 'base' Formats: text html latex example make[5]: Leaving directory `/home/suapm095/Download/R-devel/src/library' running code in 'base-Ex.R' ...make[4]: *** [base-Ex.Rout] Fehler 1 make[4]: Leaving directory `/home/suapm095/Download/R-devel/tests/Examples' make[3]: *** [test-Examples-Base] Fehler 2 make[3]: Leaving directory `/home/suapm095/Download/R-devel/tests/Examples' make[2]: *** [test-Examples] Fehler 2 make[2]: Leaving directory `/home/suapm095/Download/R-devel/tests' make[1]: *** [test-all-basics] Fehler 1 make[1]: Leaving directory `/home/suapm095/Download/R-devel/tests' make: *** [check] Fehler 2 At the end of the file "tests/Examples/base-Ex.Rout.fail" I found: > i39 <- sapply(3:9, seq) # list of vectors > sapply(i39, fivenum) [,1] [,2] [,3] [,4] [,5] [,6] [,7] [1,] 1.0 1.0 1 1.0 1.0 1.0 1 [2,] 1.5 1.5 2 2.0 2.5 2.5 3 [3,] 2.0 2.5 3 3.5 4.0 4.5 5 [4,] 2.5 3.5 4 5.0 5.5 6.5 7 [5,] 3.0 4.0 5 6.0 7.0 8.0 9 > > hist(replicate(100, mean(rexp(10)))) Fehler in hist.default(replicate(100, mean(rexp(10)))) : invalid number of 'breaks' Ausführung angehalten ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel