[Rd] Dynamic linking to binary code from other packages??
Charles Danko
dankoc at gmail.com
Sat Oct 25 22:05:56 CEST 2008
Dear R-devel,
I am writing a package that needs some C++ functions from an external
SDK (Affymetrix fusion). The same functions are already compiled into
another package (affxparser).
Can I dynamically link to the compiled code in affxparser, rather than
re-compiling these separately into my package?
Not a lot of experience on this subject!
Thanks,
Charles
More information about the R-devel
mailing list