Re: [R-pkg-devel] Exited with status -1073741819.

2017-11-28 Thread Dason Kurkiewicz
Do you get the same error if you try to build on the command line outside of RStudio? On Nov 28, 2017 3:51 PM, "Rampal Etienne" wrote: > Dear all, > > I updated RStudio, Rtools and R-devel, and then I tried to build a package > in RStudio that I had been able to build before without any problems

[R-pkg-devel] Exited with status -1073741819.

2017-11-28 Thread Rampal Etienne
Dear all, I updated RStudio, Rtools and R-devel, and then I tried to build a package in RStudio that I had been able to build before without any problems. But now I got the following error: Updating SADISA documentatiob Loading SADISA Exited with status -1073741819. That's all. What is this

Re: [R-pkg-devel] Errors in the pre-test after submitting the R package

2017-11-28 Thread Dirk Eddelbuettel
On 28 November 2017 at 11:01, Ege Rubak wrote: | The obvious place to look for pointers of how to detect and link | correctly to fftw would be in the current CRAN package `fftwtools` that | does it without any Rcpp: | https://github.com/krahim/fftwtools And there is also fftw by Olaf and Uwe (!

Re: [R-pkg-devel] Errors in the pre-test after submitting the R package

2017-11-28 Thread Ege Rubak
The obvious place to look for pointers of how to detect and link correctly to fftw would be in the current CRAN package `fftwtools` that does it without any Rcpp: https://github.com/krahim/fftwtools Cheers, Ege On 11/28/2017 02:47 AM, Dirk Eddelbuettel wrote: On 27 November 2017 at 21:24, T