search for: mysav

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

Did you mean: mysam
2000 Jan 17
1
dyn.load problem
Hi, I'm trying to write modified versions of R save/load functions which read from/write to a char array instead of a file pointer. I want to compile my functions into a library and dyn.load them. Of course the new functions mySave/Load will use some of the internal R functions used by save/load, for example "MarkSave" (to be found in .../src/main/saveload.c). I declared them as external void MarkSave(SEXP s); .... in my code. When I do dyn.load("myLib.so") I get the error Error in dyn.load(x, as.log...