search for: _path_to_

Displaying 1 result from an estimated 1 matches for "_path_to_".

Did you mean: path_to_
1997 Nov 17
1
R-beta: autoloading a required library
...brary loads, a message about "Autoloading ... mva" appears. But when I call dist() now within my functions the message Error in .C("dist", as.double(x), nrow(x), ncol(x), double(len), as.integer(method)) : C/Fortran function not in load table appears. After dyn.load("..._path_to_/mva.so") it works. Is there something wrong with the autoloading process or should statements like `if (!is.loaded("dist")) {dynload("mva.so")}` be added to the functions of the mva library? Or is this problem due to a wrong setup in my R (0.50a4)? Albrecht ---------...