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
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel