From 4ef2dbc49cd6dae1b8235dfd13dcd298c8aa3bfe Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 14 Apr 2018 02:02:13 -0400 Subject: - Initial R back-end implementation. --- new-luxc/project.clj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'new-luxc/project.clj') diff --git a/new-luxc/project.clj b/new-luxc/project.clj index 73c42b472..770612a73 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -12,7 +12,8 @@ [:name "Eduardo Julian"] [:url "https://github.com/eduardoejp"]]] :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] - ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]] + ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + ["bedatadriven" "https://nexus.bedatadriven.com/content/groups/public/"]] :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} @@ -21,7 +22,9 @@ [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"] [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"] [org.jruby/jruby-complete "9.1.16.0"] - [org.python/jython-standalone "2.7.1"]] + [org.python/jython-standalone "2.7.1"] + [org.renjin/renjin-script-engine "0.8.2527"] + ] :source-paths ["source"] :test-paths ["test"] -- cgit v1.2.3