genmeblog
genmeblog
Yes, you're right, so maybe an argument to `require-r` itself?
We can also alter vars in the background I think.
> Remark: as we use now a "future" we get the 60 seconds waiting when clojure shuts down Strange, futures shouldn't affect the shutdown time...
Ok. I see. What about add a `(shutdown-agents)` here: https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/r.clj#L201 ?
When does this 60s delay happen? I mean what cases are affected?
Maybe this is the reason? https://github.com/scicloj/clojisr/blob/master/src/clojisr/v1/r.clj#L201-L203 Are you able to verify this by turning this off for tests (I can't do this now)?
> My last change breaks: `(r/require-r '[graphics :refer [plot hist]])` Does it work now?
Wow! You've made a great job! Thanks. I'll take a look at this today.
> Where is the code which defines x %% y x %/% y %in% ? > > Its mentioned in CHANGELOG, but cannot find it I don't remember precisely, maybe...
I'll review this today.