jupyter-xeus / xeus-r

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

Host some tool R code in `share/jupyter/kernels/xr/R` directory #14

Closed romainfrancois closed 10 months ago

romainfrancois commented 10 months ago

The idea here is to have a place where we can have some R code, instead of doing inlines as in e.g. https://github.com/jupyter-xeus/xeus-r/blob/07de11dd16aa72fdab5b883ad628cc13de5beea0/src/xinterpreter.cpp#L215

which will quickly become error-prone and not easily maintainable.

This will be useful for e.g. #13