dabreegster / odjitter

Disaggregate zone-based origin/destination data to specific points
Apache License 2.0
12 stars 6 forks source link

Port R interface into this repo #24

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

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 #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.

Robinlovelace commented 2 years ago

Also, I think the R package could be renamed, again, to odjitter.