Hello
I was trying to follow the example from README and this require (require '[gnuplot.core :as g]) raises an error
CompilerException java.io.FileNotFoundException: Could not locate riddley/walk__init.class or riddley/walk.clj on classpath
After I added [riddley "0.2.0"] as an explicit dependency to project.clj require and the rest of the example seems to be working.
HTH
Hello
I was trying to follow the example from README and this require
(require '[gnuplot.core :as g])raises an errorAfter I added
[riddley "0.2.0"]as an explicit dependency to project.clj require and the rest of the example seems to be working.HTH