Skip to content
Prev 26629 / 63424 Next

64-bit R-build on Mac OS X 10.4 - make check failures

I am not sure why Simon thought you should ask here (and not on R-sig-mac, 
say): it is almost certain these are problems with your system not R. 
For the first, use your debugger to find where the segfault occurred (it 
might be inadequate stack space).  For the second, look at the values of 
dbeta(0, 0.9, 2.2, ncp = c(0, a)), and trace the C code to find out why 
you are not getting Inf (it is probably a broken libm function).

I'd be worried about the first: the second is probably esoteric.
On Wed, 7 Nov 2007, Steven McKinney wrote: