[Rcpp-devel] object '.pointer' not found

Andrew Redd amredd at gmail.com
Thu Dec 2 20:05:55 CET 2010


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:

R> new(Module("GPU_BAYES",'gpuBayes')$data3)
Error in get(".pointer", envir = env) : object '.pointer' not found

Any Ideas what might be wrong here?  That's a rather vague error.  The
traceback gives

> traceback()
3: get(".pointer", envir = env)
2: function (object)
   standardGeneric("show")(<S4 object of class "Rcpp_data3">)
1: function (object)
   standardGeneric("show")(<S4 object of class "Rcpp_data3">)


Thanks,
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20101202/31df420b/attachment.htm>


More information about the Rcpp-devel mailing list