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:
https://win-builder.r-project.org
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 i
> 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
> on, and was just hoping th
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 b
> 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 really useful)
> I've
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 same
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
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