search for: rcrashes

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

Did you mean: crashes
2002 Jul 26
0
plotting density(rnorm(1000)) crashed once (PR#1837)
How can a random result be reproducible? You could have told us the seed in use! I've tried this ten times without a crash, on two separate machines, one XP and one 2000. On Fri, 26 Jul 2002 Mike.Prager@noaa.gov wrote: > I am experiencing a reproducible crash from the following statement: > > plot(density(rnorm(1000))) > > on R 1.5.1 on Windows 2000. > > This is a
2002 Jul 26
1
R 1.5.1 (Windows) crashes on plotting density(rnorm(1000)) (PR#1837)
I am experiencing a reproducible crash from the following statement: plot(density(rnorm(1000))) on R 1.5.1 on Windows 2000. This is a dual-processor machine with 512Mb of RAM. Please advise if further 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
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