search for: devel_2004

Displaying 2 results from an estimated 2 matches for "devel_2004".

Did you mean: devel_2005
2004 Jan 09
2
debugging strange segfault
...g a strange segfault in my randomForest package? Here's the scoop: A user reported segfault when running predict() in the randomForest package. I asked for the data and code. The combination runs fine under WinXPPro, but does give segfault on one of our Linux boxes running R (1.7.0 through R-devel_2004-01-08) on Mandrake 9.0. The predict.randomForest() function calls a C function "runforest" via .C(..., DUP=FALSE, ...), which in turns calls a Fortran subroutine "testreebag" within a for loop. The segfault seems to occur right after finishing the runforest() function in C an...
2004 Dec 21
1
No Graphics Window, Mandrake 10.1
...is no window graphics popping up. For example if I write plot(1,1) nothing happens. Then I tried: X11() which resulted in: Error in X11(): X11 is not available Did somebody have similar problems? I guess there is nothing wrong with R but with my installation because I tried: - R-2.0.1.tar.gz - R-devel_2004-12.20.tar.gz - R-2.0.0-1mdk.i586.rpm All of them behaved completely the same in the respect. I don't know whether it is required or not during the ./configure step to specify ./configure --with-x I tried with and without but it did not change anything. I also did make check after 'make&...