Re: [R-pkg-devel] CRAN, API packages, Keys and tests

2020-09-07 Thread Rainer M Krug
Hi Josh, Thanks for the thumbs-up for CRAN. With the secure variable on Travis - that is exactly what I am doing. Thanks a lot, Rainer > On 4 Sep 2020, at 16:22, Joshua Ulrich wrote: > > On Fri, Sep 4, 2020 at 9:20 AM Joshua Ulrich > wrote: >> >> Hi Rainer,

[R-pkg-devel] Compiling 32-bit on Windows using 64-bit gcc and -m32

2020-09-07 Thread bill
Hello, My question is: Can I use the 64-bit gcc to build a 32-bit package with the -m32 command line option with Rtools? And, can that work for CRAN? Or more generally, is there a work-around for needing lots of RAM during compilation with the 32-bit compiler? The background is: I'm try