search for: rcrash

Displaying 3 results from an estimated 3 matches for "rcrash".

Did you mean: crash
2002 Jul 26
0
plotting density(rnorm(1000)) crashed once (PR#1837)
...eded. > > If rgui.exe is in use, the crash occurs before the plot can be > displayed. If rterm.exe is in use, the plot appears, then the error (and > crash). > > A screen capture of the error dialog box can be viewed/downloaded at > > http://shrimp.ccfhrb.noaa.gov/~mprager/rcrash.png > > I happen to have Compaq Fortran installed, and therefore a debugger appears > after the crash. As I know nothing about systems programming, the debugger > information (assembler) is meaningless to me, but if it would be useful, I > can reproduce the crash, save the debugger...
2002 Jul 26
1
R 1.5.1 (Windows) crashes on plotting density(rnorm(1000)) (PR#1837)
...rther details of hardware/OS are needed. If rgui.exe is in use, the crash occurs before the plot can be displayed. If rterm.exe is in use, the plot appears, then the error (and crash). A screen capture of the error dialog box can be viewed/downloaded at http://shrimp.ccfhrb.noaa.gov/~mprager/rcrash.png I happen to have Compaq Fortran installed, and therefore a debugger appears after the crash. As I know nothing about systems programming, the debugger information (assembler) is meaningless to me, but if it would be useful, I can reproduce the crash, save the debugger information, and send...
2007 May 31
1
R keeps crashing when executing 'rlogspline'
Dear List, I have a simple model as follows: x <- rnorm(500) library(logspline) fit <- logspline(x) n <- 1000000 y <- replicate(n, sum(rlogspline(rpois(1,10), fit))) # last line The problem I keep getting is R crashes when doing the last line. It seems to be fine if n is small, but not if n is 1000000. The message I keep getting is: "R for Windows GUI front-end has