I'm trying to compile the r
package stringi
on my Win10 machine. First I struggled with Rtools
not beeing detected by Rstudio
but thanks to the answer of Rtools 3.5 not recognized? I was able to fix that.
However it sill does not compile and gives me the error:
C:\Rtools\bin\sh.exe: *** fatal error - cygheap base mismatch detected
mentioning it was propably due to using incompatible versions of the cygwin DLL. Now in the Rtools.txt
(https://cran.r-project.org/bin/windows/Rtools/installer.html) it is mentioned that cygwin
is not used anymore.
I'm a bit confused now since installing cygwin (both x86 and x86_64) does not solve the problem. Any advice is much appreciated.
I'm using R 3.5.1
and Rtools 3.5
on a Windows 10 64 Bit machine.