R-beta: multiv package from CRAN

Friedrich Leisch Friedrich.Leisch at ci.tuwien.ac.at
Tue Jun 2 15:21:11 CEST 1998


>>>>> On Tue, 2 Jun 1998 12:30:41 +0200 (MET DST),
>>>>> Egon Schmid (ES) wrote:

[ ... ]
>> >> hc <- hierclust(dist(t(pollen)), method=3)
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 = as.integer(n), nplus1 =
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,

-- 
-------------------------------------------------------------------
                        Friedrich  Leisch                             
Institut für Statistik                      Tel: (+43 1) 58801 4546
Technische Universität Wien                 Fax: (+43 1)  504 14 98
Wiedner Hauptstraße 8-10/1071      Friedrich.Leisch at 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 at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list