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
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?
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
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
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")