I have recompiled R for the Intel MKl library and it sits in my linux o/s - it needs to be in linux to enable me to work with the xeon phi easily.
On the other side, I have some some code that is running in Wine. This code needs to run in Wine as that particular program doesnt have a Linux build.
The aim: This code in Wine needs to call the equivalent of Rterm.exe
from the native recompiled R sitting in linux.
What I have tried and problems: I have tried to call it using cmd
, however it seems to not open an interactive session of R - it opens and closes R and so I am unable to work with the linux native R session from Wine.
Will appreciate any help/direction anyone can provide
Many thanks in advance,