clojure-map-examples icon indicating copy to clipboard operation
clojure-map-examples copied to clipboard

Examples for Making Geographic Maps with Clojure talk

Results 2 clojure-map-examples issues
Sort by recently updated
recently updated
newest added

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")`