At some point it would be good to switch from using system calls to using the rextendr interface framework, a separate issue #22
This issue aims at cohesion, so that all odjitter code, in any language, is in one easy to find place.
I'm happy to do the port and first thought is to put the R bindings/package into a new subfolder called simply r/, mirroring the approach in https://github.com/apache/arrow/tree/master/r and with a view to there being at some point Python bindings in a py/ subfolder, linking to #23.
Currently we have a basic but seemingly effective and tested (by me) R interface based on system calls: https://github.com/atumworld/odrust
At some point it would be good to switch from using system calls to using the
rextendr
interface framework, a separate issue #22This issue aims at cohesion, so that all odjitter code, in any language, is in one easy to find place.
I'm happy to do the port and first thought is to put the R bindings/package into a new subfolder called simply
r/
, mirroring the approach in https://github.com/apache/arrow/tree/master/r and with a view to there being at some point Python bindings in apy/
subfolder, linking to #23.