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