[R-pkg-devel] Two compile questions

2021-02-21 Thread Karim Rahim
Hi, I'm in the process of incorporating some improvements that I pulled from github. I am getting a warning and a note. These occur when I run R CMD check --as-cran fftwtools_0.9-10.tar.gz 1. * checking whether package ‘fftwtools’ can be installed ... WARNING Found the following significant

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

2020-09-12 Thread Karim Rahim
On 11 September 2020 at 13:09, Karim Rahim wrote: > | Thanks for resolving this! It's been awhile since I've worked on this... > | > | So for dependencies, I'd like to keep it as simple as possible. I agree > | fftw3 may need to be updated. > | > | It's my understanding that if on

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

2020-09-11 Thread Karim Rahim
l.github.io/r-travis/ and > numerous .travis.yml in packages of mine and a few other users. > > Dirk > > | Thank you both for your attention to this issue! > | > | Bests, > | Marta Karas > | > | > | > | > | > | On Thu, Sep 10, 2020 at 8:35 AM Karim Rahim wrote: &g

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

2020-09-10 Thread Karim Rahim
Thanks, That may be it. It is a missing dependency. It's been a while and I'm not sure which package exposes fftw3.h ... Karim On Thu, Sep 10, 2020 at 8:16 AM Dirk Eddelbuettel wrote: > > On 9 September 2020 at 23:45, Karim Rahim wrote: > | sudo apt-get install -y fftw3 > >

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

2020-09-10 Thread Karim Rahim
sudo apt-get install -y fftw3 Then try again. Let me know if it doesn't work. Cheers! Karim On Wed, Sep 9, 2020 at 10:27 PM Max Turgeon wrote: > > 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: