Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R / Python integration #28

Open
dabreegster opened this issue Sep 4, 2023 · 3 comments
Open

R / Python integration #28

dabreegster opened this issue Sep 4, 2023 · 3 comments
Milestone

Comments

@dabreegster
Copy link
Collaborator

Most users will be using one of the two, so figure out how to nicely integrate

@dabreegster dabreegster added this to the v2 milestone Sep 4, 2023
@Robinlovelace
Copy link
Contributor

Happy to help with this one!

@dabreegster
Copy link
Collaborator Author

Cool! I guess as a first step, how much integration is actually useful? The process of using od2net is two parts -- generate input files with a specific form, run a command with very few arguments, and do something with the results (for most interactive questions, the goal is to make the web app do it well). So maybe we don't need much -- just an equivalent example of producing valid input from R?

@Robinlovelace
Copy link
Contributor

Pre-processing valid input files sounds like a good first step and is exactly what the R interface to odjitter() does before passing the computation to Rust via a system command. We can be a bit more sophisticated than this but as a prototype could be pretty quick to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants