[R] Crash when running functions from contributed packages

Douglas Bates bates at stat.wisc.edu
Fri Nov 19 05:31:04 CET 1999


"Carel, Roland" <rcarel at netgenics.com> writes:

> I am somewhat new to S-plus and would really appreciate any help you might
> have on the following problem:
> 
> I installed S-plus (0.65.1) on a Sun box (Solaris) and it runs fine as far
> as I can tell. 

Ummm - I think you mean you installed R (0.65.1) on a Sun box.

Although R and S-plus are both implementations of the S language, they
are different and I'm sure that MathSoft, Inc. would like people to
keep those differences in mind.

> I also installed the cluster and multiv contributed packages.
> The problem I have is that I get a core dump everytime I try to run a
> function in the contributed packages. This seems independent on the function
> I try, be it clara, pca, or sammon.

Well I was about to say that it is easy to check the examples in the
multiv library but then I tried to do just that and failed.  (Fritz, I
know you are busy but is it possible/worthwhile cleaning up those
examples a bit so, for example, the data sets are made available
before they are used?)

If you find, Roland, that the multivariate routines in the "mva"
library can do what you want, you may have better luck with them.  For
example, try

library(mva)
example("prcomp")
example("princomp")
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list