aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-06-11 20:45:55 -0500
committerTinWoodman92 <chrhodgden@gmail.com>2023-06-11 20:45:55 -0500
commit2a1a16a22e44ae35b8fab3ac462b49d3be87d01f (patch)
treeb44a35fa8c7476880f09934f5c499b0db14aabf4
parenta9324ea800301ea4a8fb8cf6b55f18e06104af33 (diff)
Describing current intended next-state of the project.
-rw-r--r--README.md26
1 files changed, 4 insertions, 22 deletions
diff --git a/README.md b/README.md
index b0845fb..87ca9af 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,7 @@
-# script_launchers
+# dialoguer package
-Code to run in either Python or R run scripts in either Python or R
+Python package that can execute and import variables from a launched and active R environment.
-## Next Package Design
+## Under Development using Test-Driven-Development
-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
+Using the Python unittest module.