Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] Library mclust in 64bit compiled R

Tae-Hoon Chung

2005-07-19

Replies:

Hi, All;

I tried to use library mclust in 64-bit compiled R 2.0.1 but failed.
Installation went smoothly without any warning or error. However, when I
tried to use them with the following simple code, it crashed.

Library(mclust)
Dat <- c(rnorm(20, mean=0, sd=0.2), rnorm(30, mean=1, sd=0.2))
Ind <- Mclust(dat, 1, 5)$classification
cbind(Dat, Ind)

The error message was:

/usr/local/R-2.0.1_64bit/lib/R/bin/BATCH: line 55: 18097 Done
( echo "invisible(options(echo = TRUE))"; cat ${in}; echo "proc.time()" )
  18099 Segmentation fault    | ${R_HOME}/bin/R ${opts} >${out} 2>&1

Can anybody help me with this?
Thanks in advance,

Tae-Hoon Chung

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.