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
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
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