The Module function documentation does not say anything about specifying<br>the DLL directly, as in: <br>mod = Module("Foo", dyn.load('mylib.so')) <br>instead of<br>mod = Module("Foo", PACKAGE="mypack").<br>
<br>But the first variant works, and it is not clear from the code in Module.R<br>why it does. Is this an undocumented feature?<br><br><br><br>