scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
147 stars 9 forks source link

Loading dynamic dependencies fails with Java 11. The problem may be related to Alembic. #31

Closed daslu closed 4 years ago

daslu commented 4 years ago

We get this error message:

Syntax error (ExceptionInfo) compiling at (alembic/still.clj:65:1).
Alembic can not manipulate specified ClassLoader.

when trying to add a dependency on runtime here: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/renjin.clj#L5

Discussion and possible solution by @joinr: https://clojurians.zulipchat.com/#narrow/stream/204621-r-interop/topic/problems.20with.20alembic

genmeblog commented 4 years ago

Change to pomegranade solves the issue