Re: R-beta: multiv package from CRAN
Friedrich Leisch (Friedrich.Leisch@ci.tuwien.ac.at)
Tue, 2 Jun 1998 15:21:11 +0200 (CEST)
From: Friedrich Leisch <Friedrich.Leisch@ci.tuwien.ac.at>
Date: Tue, 2 Jun 1998 15:21:11 +0200 (CEST)
To: Egon Schmid <eschmid@delos.stuttgart.netsurf.de>
Subject: Re: R-beta: multiv package from CRAN
In-Reply-To: <Pine.NEB.3.95.980602121639.2239A-100000@delos.stuttgart.netsurf.de>
<Pine.NEB.3.95.980602121639.2239A-100000@delos.stuttgart.netsurf.de>
>>>>> On Tue, 2 Jun 1998 12:30:41 +0200 (MET DST),
>>>>> Egon Schmid (ES) wrote:
[ ... ]
>> >> hc <- hierclust(dist(t(pollen)), method=3D3)
ES> Error in pmatch(x, table) : argument is not of mode character
>> >> hc <- hclust(dist(t(pollen)))
>> >> members(hc)
ES> Error in .Fortran("assgn", n =3D as.integer(n), nplus1 =3D
ES> as.integer(nplus1), : C/Fortran function not in load table
[...]
ES> Is there a general solution to this load table problem?
Seems like the shared library multiv.so is not loaded. Did you quit
and restart R in the same directory before the above commands? There
was a bug in 0.61 causing library() not to load the shared libraries
after the second time you restart R, because the list of loaded code
got falsely saved in the .RData file.
Please try it in a directory not containing an .RData file, maybe this
helps. Alternatively you can issue
rm(.Dyn.libs)
before library().
Best,
--=20
-------------------------------------------------------------------
Friedrich Leisch =20
Institut f=FCr Statistik Tel: (+43 1) 58801 4546
Technische Universit=E4t Wien Fax: (+43 1) 504 14 98
Wiedner Hauptstra=DFe 8-10/1071 Friedrich.Leisch@ci.tuwien.ac.at
A-1040 Wien, Austria http://www.ci.tuwien.ac.at/~leisch
PGP public key http://www.ci.tuwien.ac.at/~leisch/pgp.key
-------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._