diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-02 07:30:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 07:30:54 -0500 |
commit | 57ed4367ee776ca1fa7f68fd72818d34a67c0757 (patch) | |
tree | cf0f7dbde70f59888c7cdd4b26a28ad5304ad219 /README.md | |
parent | 5f1696719ec36979005f5792a4049b30e5a7d9b2 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ # script_launchers Code to run in either Python or R run scripts in either Python or R + +## Next Package Design + +Looks like we are ready to combine the functionalities. We need to define what the objectives are + +## Considering only Python as "Master" and R as "Slave" + +Functionalities + - Execute R script + - Thread R script + - Dialogue R script + - Parallel and/or Continuous? + - Import R Data + +## Considering only R as "Master" and Python as "Slave" + +Functionalities + - Execute Python script + - Dialogue Python script? + - Import Python Data + +Because R does not have native threading |