Skip to content

Commit 46a94e9

Browse files
committed
Updated r_data-analysis image
1 parent fb56ecc commit 46a94e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

r_data-analysis/4.1.1/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ RUN R -e "install.packages('dplyr')" && \
2929
R -e "install.packages('readxl')" && \
3030
R -e "install.packages('purrr')" && \
3131
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')"

r_data-analysis/4.1.1/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This image facilitates the usage of [R Project](https://www.r-project.org/) with
1616
- [purrr](https://cran.r-project.org/web/packages/purrr/index.html) version 0.3.4.
1717
- [openxlsx](https://cran.r-project.org/web/packages/openxlsx/index.html) version 4.2.4.
1818
- [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
1921

2022
# Using the R Project image in Linux
2123

0 commit comments

Comments
 (0)