File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,6 @@ RUN R -e "install.packages('dplyr')" && \
29
29
R -e "install.packages('readxl')" && \
30
30
R -e "install.packages('purrr')" && \
31
31
R -e "install.packages('openxlsx')" && \
32
- R -e "install.packages('tidytext')"
32
+ R -e "install.packages('tidytext')" && \
33
+ R -e "install.packages('gplots')" && \
34
+ R -e "install.packages('dendextend')"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ This image facilitates the usage of [R Project](https://www.r-project.org/) with
16
16
- [ purrr] ( https://cran.r-project.org/web/packages/purrr/index.html ) version 0.3.4.
17
17
- [ openxlsx] ( https://cran.r-project.org/web/packages/openxlsx/index.html ) version 4.2.4.
18
18
- [ tidytext] ( https://cran.r-project.org/web/packages/tidytext/index.html ) version 0.3.2.
19
+ - [ gplots] ( https://cran.r-project.org/web/packages/gplots/index.html ) version 3.1.3.
20
+ - [ dendextend] ( https://cran.r-project.org/web/packages/dendextend/index.html ) version 1.16.0
19
21
20
22
# Using the R Project image in Linux
21
23
You can’t perform that action at this time.
0 commit comments