Daniel Slutsky

Results 103 issues of Daniel Slutsky

One way may be through Lein-Jupyter, but at the moment this has conflicts with the current project.clj. Let us see if we can solve it without splitting to separate clojure...

It would be helpful to sort the list of types for readability: ```clj (tech.v3.datatype.casting/all-datatypes) ;; => (:int32 :int16 :float32 :float64 :int64 :uint64 :string :uint16 :int8 :uint32 :keyword :decimal :uuid :boolean...

This is a safety measure to avoid namespace conflicts with the Tablecloth library.

In `packages_to_install.R`, it seems that `install.packages("rgdal")` is needed too.

Beautiful visualizations! In `packages_to_install.R`, Rserve needs to be installed a bit differently, to make sure it has the right version: https://github.com/scicloj/clojisr#usage-requirements `install.packages("Rserve",,"http://rforge.net")`