Open daslu opened 3 years ago
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")
packages_to_install.R
install.packages("Rserve",,"http://rforge.net")
Fixed here (I think): https://github.com/joannecheng/clojure-map-examples/commit/2b15c6c6072401fd5128b4b178cd598e0d92b674
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-requirementsinstall.packages("Rserve",,"http://rforge.net")