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

Cannot find Renjin 3.5-beta76 in 1.0.0-BETA15 #78

Closed joannecheng closed 1 year ago

joannecheng commented 3 years ago

When I try to start the repl using the latest version of Clojisr (1.0.0-BETA15) I get the following error message:

Error building classpath. Could not find artifact org.renjin:renjin-core:jar:3.5-beta76 in central (https://repo1.maven.org/maven2/)

Looking at Maven, it looks like 3.5-beta76 doesn't exist.

genmeblog commented 3 years ago

Please try latest SNAPSHOT. https://clojars.org/scicloj/clojisr/versions/1.0.0-BETA16-SNAPSHOT

We removed Renjin support since it's not complete and problematic.

genmeblog commented 3 years ago

Generally Renjin is not published on Maven. We've added it as a separate repository in project.clj/deps.edn. but it seems it's not enough. You have to copy url to your deps or use SNAPSHOT.

joannecheng commented 3 years ago

Awesome, thanks for that! Latest snapshot works for me! :100:

behrica commented 2 years ago

Can be closed, I suppose.