[R-SIG-Mac] R.app crash report

Simon Urbanek simon.urbanek at math.uni-augsburg.de
Mon Dec 6 01:39:07 CET 2004


On Dec 4, 2004, at 9:50 PM, ap_llywelyn at mac.com wrote:

> Source code leading to crash:
>
> library(cluster)
> data(xclara)
> plot(hclust(dist(xclara)))
>
> This leads to a long wait where the application is frozen (spinning 
> status bar going the entire time), a quartz window displays without 
> any content, and then the following application crash occurs:

Please post this to the maintainers of the cluster library (if at all), 
since this has nothing to do with the GUI (behaves the same in X11). 
The above doesn't make much sense anyway - you definitely want to use 
cutree before you plot that dendogram ...

Cheers,
Simon



More information about the R-SIG-Mac mailing list