[R-pkg-devel] REAL(16) fails on M1 Macs

2021-01-14 Thread Rampal Etienne
solve this problem? Is it possible to exclude a certain architecture/platform (that of M1 in this case)? Kind regards, Rampal Etienne __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] avoiding .mod files

2018-11-20 Thread Rampal Etienne
creating the dimmod.mod file. How do I solve this? Kind regards, Rampal Etienne __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
ecsse(DllInfo *dll) {   R_registerRoutines(dll, NULL, NULL, FortranEntries, NULL);   R_useDynamicSymbols(dll, FALSE); } Any suggestions? Cheers, Rampal On 06-Nov-18 22:50, Duncan Murdoch wrote: On 06/11/2018 3:27 PM, Rampal Etienne wrote: Dear Georgi, Thanks for your suggestions. I have tri

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
heers, Guido On 11/6/18 9:27 PM, Rampal Etienne wrote: Dear Georgi, Thanks for your suggestions. I have tried to install the development version of roxygen2, but to no avail. I don't have a Collate field in DESCRIPTION. devtools::check() gives me: Updating secsse documentation Load

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
Georgi Boshnakov > > > ________ > From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of > Rampal Etienne [rampaletie...@gmail.com] > Sent: 01 November 2018 22:40 > To: r-package-devel@r-project.org > Subject: [R-pkg-de

[R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-01 Thread Rampal Etienne
ts. Does anybody have a clue what is causing this? I am using Windows 10, and the package contains Fortran code. Kind regards, Rampal Etienne [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.ethz

Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Rampal Etienne
11/04/2018 a las 11:56, Henric Winell escribió: Den 2018-04-10 kl. 23:30, skrev Rampal Etienne: Dear Thomas, Yes, I followed all those suggestions but it did not fix the x64 notes. Indeed I am using Windows. I am going to try this on a Linux system. On a 64-bit system you need to have 64

Re: [R-pkg-devel] registering native routines

2018-04-10 Thread Rampal Etienne
Dear Thomas, Yes, I followed all those suggestions but it did not fix the x64 notes. Indeed I am using Windows. I am going to try this on a Linux system. Cheers, Rampal On 10-Apr-18 14:17, Thomas Petzoldt wrote: Hi, I assume you followed "Writing R Extension" and the examples given in pac

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

2017-11-28 Thread Rampal Etienne
this exit status? I can still build other packages, so it does not happen all the time. I can use "Load all" and all functions sseem to work fine. Any suggestions? Kind regards, Rampal Etienne __ R-package-devel@r-project.org mai

Re: [R-pkg-devel] lfftw3 error

2016-12-22 Thread Rampal Etienne
Problem solved: 1. I installed the fftw library dlls from http://www.fftw.org/ 2. I told the package where to find this library in the makevars.win file. Regards, Rampal On 22-Dec-16 11:28, Rampal Etienne wrote: > When trying to build a package with RStudio (newest R-devel and Rto

[R-pkg-devel] lfftw3 error

2016-12-22 Thread Rampal Etienne
exit status no DLL was created I suppose lfftw3 should be included in Rtools or in the package? If not, how do I add this, under Windows? Kind regards, Rampal Etienne __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman

[R-pkg-devel] building binary gives error when trying to load

2016-11-01 Thread Rampal Etienne
\Temp\Rtmp0o1Fm1\temp_libpath1cd445c31688/SADISA' Error: Command failed (1) Execution halted Exited with status 1. I have updated RStudio, Rtools and Rdevel,and the problem persists. Does anyone have a clue how to solve this? Before I updated to the newest Rdevel, everything worked