forked from svarcheg/rincanter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.clj
More file actions
16 lines (16 loc) · 751 Bytes
/
project.clj
File metadata and controls
16 lines (16 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(defproject rojure "0.2.1-SNAPSHOT"
:description "Clojure/R integration using rosuda Rserve"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/tools.logging "0.4.0"]
[org.rosuda.REngine/REngine "2.1.0"]
[org.clojure/core.incubator "0.1.4"]
[org.rosuda.REngine/Rserve "1.8.1"]
;[net.mikera/core.matrix "0.61.0"] ; todo: not working
[net.mikera/core.matrix "0.52.0" :exclusions [org.clojure/clojure]]
]
:deploy-repositories [["releases" :clojars]]
:plugins [[lein-kibit "0.1.2"]
[lein-ancient "0.6.7"]
[lein-bikeshed "0.2.0"]
[lein-cloverage "1.0.3"]
[codox "0.8.12"]])