jupyter-xeus / xeus-r

Jupyter kernel for the R programming language
Other
41 stars 5 forks source link

Windows support #27

Closed romainfrancois closed 1 month ago

romainfrancois commented 9 months ago

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.

romainfrancois commented 9 months ago

3 was a first attempt, but needs to go further

SylvainCorlay commented 1 month ago

Closing as #90 was merged.