aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r.lux
diff options
context:
space:
mode:
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