Skip to content
Prev 8169 / 15076 Next

bug in R.app GUI 1.40 for Mac when running R (Under development (unstable)

Another issue: I believe that tail-area computations in mvtnorm use 
the random number generator: that calculation certainly sets 
.Random.seed.  So to be reproducible, you need to specify the seed.

We've over the years encountered occasional random segfaults in 
mvtnorm on several platforms (certainly x86_64 Linux and both Windows 
builds) that only occur for certain random number seeds.

But I ran that example 1000 times under valgrind (under my own R-devel 
build, which is very similar to the nightly builds), without any 
problem.
On Sun, 10 Jul 2011, Simon Urbanek wrote: