Displaying 1 result from an estimated 1 matches for "k_meansc".
2005 Jul 06
2
Problem with dyn.load...or else...
Hi everybody,
I'm working on Mac OS X and R-2.1.0 (by the way, sorry for the multiple
emails last time, had a technical problem, and thanks for the constructive
comments.)
I have a .R function which calls a .C function. The R function's name is
K_MEANSR.R and the other is K_MEANSC.C.
I compile it with 'R CMD SHLIB K_MEANSC.C' in the terminal. I get both .so
and .o files.
I use the function
> dyn.load ('K_MEANSC.so')
with no error. We can, I believe, see here that it is loaded:
> getLoadedDLLs()...