Re: [R-pkg-devel] Submission to CRAN when package needs personal data (API key)

2018-09-10 Thread Rainer M Krug
Hi Josh, > On 8 Sep 2018, at 21:02, Joshua Ulrich wrote: > > Hi Rainer, > > On Wed, Sep 5, 2018 at 2:28 AM, Rainer Krug wrote: >> Hi >> >> I have a package at GitHub (https://github.com/rkrug/ROriginStamp) which I am >> pre[paring for CRAN. >> >> It creates a trusted timestamp using the API

Re: [R-pkg-devel] questions about \dontrun{} etc.

2018-09-10 Thread Paul Johnson
I think Ben has a good question and I have a related followup. On Thu, Sep 6, 2018 at 2:07 PM Ben Bolker wrote: > * My preference would be for using \dontrun{} universally (consistent, > readable, mostly avoids accidental runs), but this goes against > (informal?) CRAN policy > > * universal \d

Re: [R-pkg-devel] RcppEigen and -Wno-ignored-attributes flag

2018-09-10 Thread Dirk Eddelbuettel
On 10 September 2018 at 16:27, Τόλης Χαλκής wrote: | Dear all, | | I am developing a R package using RcppEigen on Ubuntu 18.04. Since update | 0.3.3.4.0 I get hundreds of warnings but if I add PKG_CXXFLAGS = | -Wno-ignored-attributes in Makevars the warnings disappear and the compile | time red

[R-pkg-devel] RcppEigen and -Wno-ignored-attributes flag

2018-09-10 Thread Τόλης Χαλκής
Dear all, I am developing a R package using RcppEigen on Ubuntu 18.04. Since update 0.3.3.4.0 I get hundreds of warnings but if I add PKG_CXXFLAGS = -Wno-ignored-attributes in Makevars the warnings disappear and the compile time reduces a lot. devtools::check() gives the warning below: checking