Re: [R-pkg-devel] Fixing travis build fail due to fftwtools fatal error (fftw3.h: No such file or directory)

2020-09-09 Thread Max Turgeon
Hi Marta, One change I can see from your Git history that seems to match the first failed build on Travis is when you added "Imports: fftwtools" to your DESCRIPTION file. And it makes sense, because if we look at its DESCRIPTION file, we can see that it has fftw3 as a SystemRequirements. In oth

[R-pkg-devel] Fixing travis build fail due to fftwtools fatal error (fftw3.h: No such file or directory)

2020-09-09 Thread Marta Karaś
Dear all, I have been facing travis build fail on linux xenial due to *fftwtools fatal error* (fftw3.h: No such file or directory) with my R package. The error appeared at a random time a few months ago (at a random time := I do not link it with any fftwtools-function related change commit I did)

Re: [R-pkg-devel] Help in getting past CRAN submission rejections

2020-09-09 Thread Balasubramanian Narasimhan
Thanks Toby, so there is hope.  The drat suggestion for rcbc is worth a try, gurobi is noted as you recommend. -Naras On 9/9/20 4:38 PM, Toby Hocking wrote: > Hi Naras > I had a similar issue recently with > https://cloud.r-project.org/web/packages/nc/ --- it Suggests: re2r > which is a packag

Re: [R-pkg-devel] Help in getting past CRAN submission rejections

2020-09-09 Thread Toby Hocking
Hi Naras I had a similar issue recently with https://cloud.r-project.org/web/packages/nc/ --- it Suggests: re2r which is a package that is no longer on CRAN, but available on github. To solve the issue I just copied the re2r into a drat repo, which is a CRAN-like repository hosted on github. More i

[R-pkg-devel] Help in getting past CRAN submission rejections

2020-09-09 Thread Balasubramanian Narasimhan
We've been struggling to get past CRAN's rejections for a new upload of CVXR.  The new version makes essentially one change to the existing version on CRAN: the addition of a DOI to an article to appear in JSS.  We realize that CRAN may tighten policies in the meantime forcing some changes to b

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

2020-09-09 Thread bill
> From: Tomas Kalibera > > 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 bac

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

2020-09-09 Thread Dirk Eddelbuettel
On 9 September 2020 at 10:33, Tomas Kalibera wrote: | Spending much more time for optimizing of the 32-bit builds may not be | worth the effort (and neither on the R/CRAN side). As we are in conditional mode: maybe that could be recognized by adding an explicit flag allowing us to disable 32-bi

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

2020-09-09 Thread Tomas Kalibera
On 9/7/20 7:07 PM, b...@denney.ws wrote: 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-

Re: [R-pkg-devel] Anyone Know How To Setup Wine for Windows Testing?

2020-09-09 Thread Tomas Kalibera
On 7/16/20 7:57 PM, Steve Bronder wrote: On Wed, Jul 15, 2020 at 2:22 PM Neal Fultz wrote: If you don't mind multi-gig docker containers, this can be helpful: https://github.com/scottyhardy/docker-wine It doesn't work with 64 bit versions of R as far as I could tell, but 32 bit did install a