It's really exciting to see the improvements in using Clojure
libraries over the past few months. Has anyone had success using
incanter with the clojure-maven-plugin through clojars? For me the
standard example (:use (incanter core stats charts)) in the repl
results in an error. But from what I can tell that is just the same
incanter.Matrix problem David mentioned.
clojure.lang.Namespace.importClass(Ljava/lang/Class;)Ljava/lang/Class;
[Thrown class java.lang.NoSuchMethodError]
Restarts:
0: [ABORT] Return to SLIME's top level.
Backtrace:
0: incanter.internal$loading__6207__auto____1.invoke(internal.clj:
19)
1: incanter.internal__init.load(Unknown Source)
2: incanter.internal__init.<clinit>(Unknown Source)