[R] Using win-builder with static libraries

2010-01-29 Thread Maxime Debon
Dear All, I am intending to build a package (pksmooth) on Linux to work on Windows. Some c++ functions need c++ libraries (numerical recipes) from a static library "libNR.a". Building the package on Linux for Linux is allright. However, when sending the 'pksmooth_1.0.tar.gz' to the online Windows

[R] Linking a library with init(argc,argv) function

2008-12-10 Thread Maxime Debon
Hi, I would like to embed the LibMesh library in R. I have already linked C++ code and build libraries as it is explained in the R-extension manual with trivial examples : dyn.load(paste("/home/default/LibFooR",.Platform$dynlib.ext,sep="")) I am facing a difficulty with loading a library d