Skip to content

Instantly share code, notes, and snippets.

@ejackson
Created May 9, 2011 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejackson/962673 to your computer and use it in GitHub Desktop.
Save ejackson/962673 to your computer and use it in GitHub Desktop.
RIncanter.project.clj
(defproject com.evocomputing/rincanter
"1.0.0-SNAPSHOT"
:description "Clojure/R integration using rosuda JRIEngine"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[incanter "1.2.3"]]
:native-dependencies [[jriengine "0.8.4"]]
:dev-dependencies [[native-deps "1.0.4"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment