Skip to content
Prev 3409 / 12125 Next

[R-pkg-devel] Imported function cannot be found.

I am build a package in which there is a function which calls upon the 
function brm() from the brms package.

In my DESCRIPTION file I have the line
In my NAMESPACE file I have the line
Yet when I call the function from my package which calls brm() I get the 
error message:
Clearly I am doing something wrong.  Can someone please point me in the 
direction of correctness?

Note that there is indeed a function cpp_object_initializer() in the 
Rcpp package.

If more detail is required in order for guidance to be provided I am of 
course more than happy to supply such detail.

cheers,

Rolf Turner