I updated to the new Rcpp 0.8.9 then added a new function to my class.  It compiles fine the Module is found and loads the class definition seems to be there, but when I try to create a instance of the class I get the error:<div>
<br></div><div><div>R&gt; new(Module(&quot;GPU_BAYES&quot;,&#39;gpuBayes&#39;)$data3)</div><div>Error in get(&quot;.pointer&quot;, envir = env) : object &#39;.pointer&#39; not found</div></div><div><br></div><div>Any Ideas what might be wrong here?  That&#39;s a rather vague error.  The traceback gives </div>
<div><div><br></div><div>&gt; traceback()</div><div>3: get(&quot;.pointer&quot;, envir = env)</div><div>2: function (object) </div><div>   standardGeneric(&quot;show&quot;)(&lt;S4 object of class &quot;Rcpp_data3&quot;&gt;)</div>
<div>1: function (object) </div><div>   standardGeneric(&quot;show&quot;)(&lt;S4 object of class &quot;Rcpp_data3&quot;&gt;)</div></div><div><br></div><div><br></div><div>Thanks,</div><div>Andrew</div>