Skip to content

Commit 97e6075

Browse files
committed
stm package add
1 parent c4edf51 commit 97e6075

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

r-base/Dockerfile.3.6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22
# Ubuntu 18.04 comes with Python 3.6
33

4-
ENV R_VERSION 3.6.2
4+
ENV R_VERSION 3.6.3
55

66
RUN apt-get update && \
77
apt-get install -y \
@@ -63,7 +63,9 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 2
6363
RUN Rscript -e "install.packages(c('rzmq','repr','IRkernel','IRdisplay'),type = 'source')" && \
6464
Rscript -e "install.packages(c('slidify','ggplot2','devtools'))" && \
6565
Rscript -e "install.packages(c('KoNLP'))" && \
66-
Rscript -e "install.packages(c('stm','jsonlite','jsonview','XML','xml2','xmlview'))"
66+
Rscript -e "install.packages(c('stm','stmCorrViz'))" && \
67+
Rscript -e "install.packages(c('jsonlite','jsonview','XML','xml2','xmlview'))" && \
68+
Rscript -e "install.packages(c('igraph'))"
6769
RUN Rscript -e "IRkernel::installspec(displayname = 'R-base 3.6 On Backend.AI' , user = FALSE)" && \
6870
rm -rf /root/.local/share/jupyter && \
6971
jupyter kernelspec list && \

0 commit comments

Comments
 (0)