File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ clojure -Ttools install io.github.seancorfield/clj-new '{:git/tag "v1.2.404" :gi
2828clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new && \
2929clojure -Ttools list
3030
31- RUN apt-get update && apt-get install -y lsb-release r-base
31+ RUN apt-get update && apt-get install -y lsb-release r-base r-cran-ggplot2
3232RUN Rscript -e 'install.packages("Rserve",,"http://rforge.net")'
33- RUN Rscript -e 'install.packages(c("ggplot2"))'
3433
Original file line number Diff line number Diff line change 55 juji/editscript {:mvn/version " 0.6.3" }
66 net.clojars.scicloj/ggclj {:git/url " https://github.com/kiramclean/ggclj/"
77 :sha " 87e62c8fa350cd8f97f7071bea7d1fb740d634df" }}
8- :paths [" notebooks" ]}
8+ :paths [" notebooks" ]
9+ :aliases {:dev {:jvm-opts [" -Djava.awt.headless=true" ]}}
10+ }
You can’t perform that action at this time.
0 commit comments