Skip to content

Commit c04aed9

Browse files
committed
fixed ggplot version
1 parent 2994995 commit c04aed9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

projects/datavis/ggplot/.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ clojure -Ttools install io.github.seancorfield/clj-new '{:git/tag "v1.2.404" :gi
2828
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new && \
2929
clojure -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
3232
RUN Rscript -e 'install.packages("Rserve",,"http://rforge.net")'
33-
RUN Rscript -e 'install.packages(c("ggplot2"))'
3433

projects/datavis/ggplot/deps.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
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+
}

0 commit comments

Comments
 (0)