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> new(Module("GPU_BAYES",'gpuBayes')$data3)</div><div>Error in get(".pointer", envir = env) : object '.pointer' not found</div></div><div><br></div><div>Any Ideas what might be wrong here? That's a rather vague error. The traceback gives </div>
<div><div><br></div><div>> traceback()</div><div>3: get(".pointer", envir = env)</div><div>2: function (object) </div><div> standardGeneric("show")(<S4 object of class "Rcpp_data3">)</div>
<div>1: function (object) </div><div> standardGeneric("show")(<S4 object of class "Rcpp_data3">)</div></div><div><br></div><div><br></div><div>Thanks,</div><div>Andrew</div>