aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-06-02 20:06:26 -0500
committerTinWoodman92 <chrhodgden@gmail.com>2023-06-02 20:06:26 -0500
commit80f13a3c0f80edc3a04c3cfe6befa5b9847f1786 (patch)
treea38e517c956da161c6127c7e06eda21a275ad42d
parent24c56de7ae733046fd935e3d0c07f06272b20b15 (diff)
parente733bd33435e4a012f0f47469caa62dbe409fdef (diff)
Merge branch 'master' into package_design
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index e324c88..b0845fb 100644
--- a/README.md
+++ b/README.md
@@ -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