xeus-r
xeus-r copied to clipboard
Windows support
Currently the kernel does not work on windows, because e.g. the "Rinterface.h" file is not available on windows.
We use this file for e.g. ptr_R_WriteConsoleEx
. The callbacks are implemented differently on this platform. We can get inspiration from gnuwin32/system.c
in R or similar embedding code in e.g. RStudio.
In the meantime, I'll disable ci on windows.