aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-12-04 19:03:23 -0400
committerEduardo Julian2018-12-04 19:03:23 -0400
commite83a0e85f02ad90bf31cb0f15a2f4d00e7940e5e (patch)
tree2214cb408f1604327f04ae4e47bcd8a28571efcb /new-luxc/source/luxc/lang/translation/r.lux
parentc52260307ad410fe8715b7f754af271e8dd07383 (diff)
Excised the Renjin R interpreter, to avoid licensing complications.
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/r.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/r.lux5
1 files changed, 1 insertions, 4 deletions
diff --git a/new-luxc/source/luxc/lang/translation/r.lux b/new-luxc/source/luxc/lang/translation/r.lux
index 7dc84700f..a013bfd1c 100644
--- a/new-luxc/source/luxc/lang/translation/r.lux
+++ b/new-luxc/source/luxc/lang/translation/r.lux
@@ -48,9 +48,6 @@
(host.import: javax/script/ScriptEngineFactory
(getScriptEngine [] ScriptEngine))
-(host.import: org/renjin/script/RenjinScriptEngineFactory
- (new []))
-
(type: #export Anchor [Text Register])
(type: #export Host
@@ -63,7 +60,7 @@
(def: #export init
(IO Host)
- (io (let [interpreter (|> (RenjinScriptEngineFactory::new [])
+ (io (let [interpreter (|> (undefined)
(ScriptEngineFactory::getScriptEngine []))]
{#context ["" +0]
#anchor #.None