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