[R] Library mclust in 64bit compiled R
Tae-Hoon Chung
thchung at tgen.org
Tue Jul 19 19:26:01 CEST 2005
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
More information about the R-help
mailing list