Hi,
I found the problem. The solution is as always: simple and stupid, and
difficult to find.
When using my shared library, I used to do this:
>dyn.load("test.so")
>.Call("test", x_ = 2, y_ = 3)
And got the error: function 'dataptr' not provided by package 'Rcpp'
I did not load the Rcpp library f
On 19 March 2014 at 13:32, Andreas Recke wrote:
| I found the problem.
Very good :) And thanks for reporting back here.
| The solution is as always: simple and stupid, and difficult to find.
| When using my shared library, I used to do this:
| >dyn.load("test.so")
| >.Call("test", x_ = 2, y_ =
On 19 March 2014 at 18:36, amine gassem wrote:
| It use a call to a script gsl-config --- and I use that same trick in
other
| packages. It depends on what Couchbase supplies.
|
| libcouchbase provides a script ( I think a perl script) called cmake/configure
| that I used it to build fr