Re: [R-pkg-devel] Imported function cannot be found. (Solved.)

2019-01-18 Thread Rolf Turner
On 1/18/19 4:08 PM, Dirk Eddelbuettel wrote: On 18 January 2019 at 15:13, Rolf Turner wrote: | | Thanks Dirk. Your suggestion worked perfectly. (See inline below.) Glad to hear. Something is off the rocker here as you should not have to do anything here besides importing brms::brm. Tha

Re: [R-pkg-devel] Imported function cannot be found. (Solved.)

2019-01-17 Thread Dirk Eddelbuettel
On 18 January 2019 at 15:13, Rolf Turner wrote: | | Thanks Dirk. Your suggestion worked perfectly. (See inline below.) Glad to hear. | On 1/18/19 2:50 PM, Dirk Eddelbuettel wrote: | > | > On 18 January 2019 at 11:59, Rolf Turner wrote: [...] | > Which of these packages uses Rcpp Modules?

Re: [R-pkg-devel] Imported function cannot be found. (Solved.)

2019-01-17 Thread Rolf Turner
Thanks Dirk. Your suggestion worked perfectly. (See inline below.) On 1/18/19 2:50 PM, Dirk Eddelbuettel wrote: On 18 January 2019 at 11:59, Rolf Turner wrote: | | I am build a package in which there is a function which calls upon the | function brm() from the brms package. | | In my DESCRI

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

2019-01-17 Thread Dirk Eddelbuettel
On 18 January 2019 at 11:59, Rolf Turner wrote: | | 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 | | > Imports: lme4, brms, glmmTMB, MASS, lattice, Rcpp, rmutil | | In my NAMESPACE fi

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

2019-01-17 Thread Rolf Turner
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 Imports: lme4, brms, glmmTMB, MASS, lattice, Rcpp, rmutil In my NAMESPACE file I have the line importFrom("Rcpp","cpp_object_initializer")