Displaying 1 result from an estimated 1 matches for "matchinglib".
2007 Sep 19
1
building a package - shared library loading problem
Dear All,
I am trying to write my first R package and I bump into loading shared
library problem( working on Mac OS X 10.4.10 as well as Linux Ubuntu).
I want to makes use of (incorporate) a shared library matchinglib.so in
the package. Library was created via R CMD -SHLIB.
Following 'Writing R Extensions' I place matchinglib.so in the 'libs'
directory and use NAMESPACE file with an entry:
useDynLib(matchinglib)
Now, executing 'R CMD check mypackage' I face the following error on OS...