Skip to content
Prev 45324 / 63424 Next

compiling C code using headers from another R package

On Mar 12, 2013, at 2:01 PM, Herv? Pag?s wrote:

            
Why?
Yes, use static libgsl.
No, you're not linking to another package, your'e linking to a *library*. LinkingTo uses R's own mechanism for symbol detection in another *package*. I know, the name is a bit misleading but those are two different things.

Cheers,
Simon