Hi, I'm the original author of RIncanter, and I apologize for its current state. Edmund has tracked down the biggest current problem with loading the native lib portion of the package: it builds a library with a hard-coded path to the R libs (which may not be correct). I talked to Edmund a couple weeks ago, and I was originally thinking I'd grab the latest JRI source and fire up some VM's for each platform and build the native libs for each of the major platforms and update clojars. Now I'm thinking that's not the best way to move forward. I was looking at how they set things up for the ruby/JRI project (https://github.com/sundbp/rri/tree/master/lib/rri)- and they just use the JRI native libs path as installed via CRAN. I think that is a more standard way to set things up, and more reliable from a maintenance standpoint. So, now I just need to figure out how to do something similar with leiningen/clojars. Basically, we need to figure out how to launch the jvm with the LD_LOAD_PATH (or equiv) set to where R installs the JRI native libs. Anyone know how we can do that with leiningen?
--Joel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en