-
Notifications
You must be signed in to change notification settings - Fork 20
/
project.clj
18 lines (17 loc) · 901 Bytes
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(defproject com.evocomputing/rincanter
"1.0.0-SNAPSHOT"
:description "Clojure/R integration using rosuda JRIEngine"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.logging "0.2.3"]
[org.clojure/core.incubator "0.1.2"]
;; Until this bug is fixed in incanter:
;; https://github.com/liebke/incanter/issues/84
[incanter "1.3.0" :exclusions [incanter/incanter-mongodb]]
[REngine/REngine "0.5-5"]
[JRIEngine/JRIEngine "0.5-5"]]
:autodoc {:name "rincanter"
:description "Clojure/R integration using rosuda JRIEngine"
:page-title "Rincanter API documentation"
:copyright "Eclipse Public License (EPL)"
:web-src-dir "http://github.com/jolby/rincanter/blob/"
:web-home "http://jolby.github.com/rincanter/"})