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] Strange issue checking packages on MacOS

2019-01-17 Thread John Mount
When checking a package on MacOS High Sierra the XQuartz server starts up at the "checking S3 generic/method consistency" step. This is easy to reproduce: Start RStudio Select New->Project->NewDirectory->R Package (I checked "use .git") BuildPane->More->BuildSourcePackage At the bas command line

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

[R-pkg-devel] Solaris build of package with Rcpp dependency

2019-01-17 Thread Blätte , Andreas
Dear colleagues, I maintain the package called ‘RcppCWB’ that depends on ‘Rcpp’. Using C++/Rcpp, it exposes the functionality of the ‘Corpus Workbench’ (CWB), a set of tools written in C to create and query large, linguistically annotated corpora. So far, the package can be built on all major p

Re: [R-pkg-devel] Avoiding differences between Examples output on Windows due to tibble

2019-01-17 Thread Gavin Simpson
Thank Uwe, I also had some discussions on Twitter with various people about this. Thanks to Brodie Gaslam (@BrodieG) via Twitter, a solution seems to be to set the global option `cli.unicode` to `FALSE` for checking, as this is coming from the cli pkg. Hence for my purposes in examples I am using

Re: [R-pkg-devel] Avoiding differences between Examples output on Windows due to tibble

2019-01-17 Thread Uwe Ligges
On 17.01.2019 00:41, Gavin Simpson wrote: Dear List, The latest version of tibble 2.0.1 is printing output (on Linux at least) that contains a UTF-8 ellipsis … instead of the previous three periods ... Please ask the tibble maintainer what this is about. In my opinion this should be changed