search for: rf_fmod

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

Did you mean: refmod
2001 Feb 27
1
using fmod in C code to be loaded into R
...o load this into R using dyn.load("mycode.so") I got the error > dyn.load("mycode.so") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/home/faheem/research/mycode.so": /home/faheem/research/mycode.so: undefined symbol: Rf_fmod "Writing R extension" says this function is available as an entry point. I have only a vague undertstanding of entry points, but I understand this to mean that if I am going to load the compiled code into R to be called from R, then I can stick such a function in my code, and provided I...