aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r.lux
diff options
context:
space:
mode:
authorEduardo Julián2018-12-04 19:06:25 -0400
committerGitHub2018-12-04 19:06:25 -0400
commitccdac3e7ae689cfe9f8fe2211527ec37023a2a34 (patch)
tree2214cb408f1604327f04ae4e47bcd8a28571efcb /new-luxc/source/luxc/lang/translation/r.lux
parent3da30aff80bc8c80e090574887a58c6015ceb694 (diff)
parente83a0e85f02ad90bf31cb0f15a2f4d00e7940e5e (diff)
Merge pull request #48 from LuxLang/relicensing
Relicensing
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