Re: [R-pkg-devel] Error ... could not find function ...

2019-08-14 Thread Rolf Turner
On 14/08/19 8:30 PM, Dirk Eddelbuettel wrote: On 14 August 2019 at 17:44, Rolf Turner wrote: | > Error in cpp_object_initializer(.self, .refClassDef, ...) : | > could not find function "cpp_object_initializer" This can happen when a package using Rcpp Modules is not fully loaded. While I am n

Re: [R-pkg-devel] Error ... could not find function ...

2019-08-14 Thread Dirk Eddelbuettel
On 14 August 2019 at 17:44, Rolf Turner wrote: | > Error in cpp_object_initializer(.self, .refClassDef, ...) : | > could not find function "cpp_object_initializer" This can happen when a package using Rcpp Modules is not fully loaded. While I am not familiar with eiher package here, try `impo

[R-pkg-devel] Error ... could not find function ...

2019-08-13 Thread Rolf Turner
I am encountering an error that I cannot understand in a package that I have built (currently just for personal use; not uploaded to CRAN). In this package ("ldEst") I have a function ldFit() which calls the function brm() from the brms package. The function brm() makes heavy use of the Rc