[Rcpp-devel] Module function

Dominick Samperi djsamperi at gmail.com
Sun Dec 19 23:31:54 CET 2010


The Module function documentation does not say anything about specifying
the DLL directly, as in:
mod = Module("Foo", dyn.load('mylib.so'))
instead of
mod = Module("Foo", PACKAGE="mypack").

But the first variant works, and it is not clear from the code in Module.R
why it does. Is this an undocumented feature?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20101219/cc6237bd/attachment.htm>


More information about the Rcpp-devel mailing list