Dear all
I would like to update gmp package - this package link to a c++ library gmp.
But windows c++ compilation warns at:
d:/Compiler/gcc-4.9.3/local330/include/gmp-x64.h:140:23: warning: ISO
C++ 1998 does not support 'long long' [-Wlong-long]
I have not this warning on linux.
On my computer
Hi all,
I am revisiting this and wondering if it would be a case in which I should
submit as-is, and include justification for ignoring the NOTE about
excessive directory size.
Best,
Paul Hibbing
On Mon, Feb 18, 2019 at 3:20 PM Paul Hibbing wrote:
> Hi all,
>
> I am preparing a package that ma
Dear developers,
CRAN auto checks and winbuilder will be down from Feb 22, 3.30 pm CET to
Feb 24, 4pm CET. Submission to CRAN will still be possible.
This will be caused by scheduled network maintainance work in our
building in Dortmund.
Best,
Uwe Ligges
___
Dear Paul
The advantage of a data-only supplementary package is that users who
live in countries where they have either a very slow connection or where
they have to pay per byte to download will be spared 5MB every time you
update your main package. I do not think the fact that you never expec
The 'long long' type does not exist in the C++98 standard, so you need to
explicitly request C++11 or C++14 (the former which is now fairly broadly
supported across compilers on different systems).
For more detail, see in the R extensions manual:
https://cran.r-project.org/doc/manuals/r-release/R