The Module function documentation does not say anything about specifying<br>the DLL directly, as in: <br>mod = Module(&quot;Foo&quot;, dyn.load(&#39;mylib.so&#39;)) <br>instead of<br>mod = Module(&quot;Foo&quot;, PACKAGE=&quot;mypack&quot;).<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>