[R-pkg-devel] R package with Swift code

2017-11-29 Thread Guillaume Chapron
Hello, Does anyone know of an example of a R package that contains Swift code (https://swift.org), like many packages use C code? Thanks Guillaume __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

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

2017-11-29 Thread Marc Schwartz
Rampal, One additional thought here. Since you reference RTools in your initial post, I presume that this is occurring on Windows, though not sure which version. Have you tried to build the package using the WinBuilder site provided by Uwe? If not, go here:

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

2017-11-29 Thread William Dunlap
You wrote Exited with status -1073741819. The low byte of that status code is 5, which I think means a segmentation fault - reading or writing an address that you do not have permission of use. > as.hexmode(-1073741819) [1] "c005" If your code uses memory that it has not allocated it

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

2017-11-29 Thread Martin Maechler
> Rampal S Etienne > on Wed, 29 Nov 2017 14:22:54 +0100 writes: > Dear Marc, Martin, Dason, > I agree that the status number is not very informative, but neither is: > "Package does not build". The point is that I have no clue what is going >

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

2017-11-29 Thread Rampal S. Etienne
Dear Marc, Martin, Dason, I agree that the status number is not very informative, but neither is: "Package does not build". The point is that I have no clue what is going on, and was just hoping that someone might have seen the exit status number before. I have done a clean install as suggested

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

2017-11-29 Thread Martin Maechler
> Rampal S Etienne > on Wed, 29 Nov 2017 09:19:29 +0100 writes: > Dear Dason, > I don't get this error, but it crashes anyway. and you don't show what "crashes" means here. (and yes, Dason is right: The RStudio status number in the 'Subject' is not

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

2017-11-29 Thread Rampal S. Etienne
Dear Dason, I don't get this error, but it crashes anyway. I've that if I use the stable version of R (3.4.2) I do NOT get the error anymore, so I assume there is something wrong with the current R-devel. Regards, Rampal Etienne On 29-11-2017 0:36, Dason Kurkiewicz wrote: > Do you get the