Daniel Slutsky

Results 89 issues of Daniel Slutsky

Currently, Gorilla REPL [uses](https://github.com/JonyEpsilon/gorilla-repl/tree/develop/resources/gorilla-repl-client/jslib/vega) Vega version 1.3.3. It would be nice to upgrade to a newer version, and enjoy the great developments in Vega. In particular, this seems to be...

Thank you for this great library! Do you plan to support custom Maven repositories for dependency resolving? If it helps, I tried it at this fork: https://github.com/RutledgePaulV/clj-embed/compare/develop...daslu:develop

Continuing a recent discussion at Clojurians Slack, I have had some experiments porting Meander to Clojure 1.8. The following changes were necessary: * Changing the Clojure dependency to "1.8.0" *...

enhancement
help wanted
spec

In the following session, I am removing the output HTML file, and recalling `build!` does not regenerate it. It would be nice to make it rebuild when the file is...

We ran into the following example: Calling this a few times ```clj (-> [:portal.viewer/vega-lite {:encoding {:y {:field "y", :type "quantitative"}, :x {:field "x", :type "quantitative"}}, :mark {:type "circle", :size 500},...

Following the Zulip discussion about [pr-str printing of columns](https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/pr-str.20printing.20of.20columns), we are suggesting the following format for printing columns (this is basically @joinr's suggestion at that thread, with some minor changes)....

The following R session shows that numeric return values convert back to R numerics, but logical do not. BTW, thank you for this brilliant library! ``` > library(renjin) Jul 02,...

[p_load](https://www.rdocumentation.org/packages/pacman/versions/0.5.1/topics/p_load) can install missing packages if they are missing. Following a suggestion of Nick Stares, we may wish to make it an almost-transparent behaviour in our interop story. Should it...

enhancement
question

Following the good experience of Libpython-clj, what `RObject` instances should reify `Iterable`, and how? Fow example, it might be nice to iterate over the rows of a data frame as...

enhancement
question

This issue suggests to add to the `clojisr.v1.renjin` namespace versions of the main API functions from `clojisr.v1.renjin` , that make sure to run on a `:renjin` session-type. Related to #35.