genmeblog
genmeblog
The problem here is that you don't know which backend is used. Renjin library installing is different. Also sometimes you want to install using dev_tools or install from other servers...
Good idea. Let's wait for session management to push this forward.
I have 600 packages in R (most of are dependencies), this requires generating huge amount of clojure code. I'm not sure if linter is possible in our case...
Just to mark: `:refer :all` is low hanging fruit.
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.
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...
I will merge this in BETA20 (I'll release it soon)
OMG, I forgot about it. Sorry @behrica. I've verified it already @daslu and will merge it and release (what I promised last time).
I agree with the part that we can't solve various system deps for certain packages so I would leave it to the user. Docker is the solution as well (however...
I would close it. Package management should be external to the library (user still can call `(r.base/install-packages [...])` from `clojisr`. The other solution is Docker as @behrica mentioned (and prepared...