Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -36,6 +36,8 @@ RUN R -e "install.packages(c( \
|
|
| 36 |
'dplyr', \
|
| 37 |
'tidyr', \
|
| 38 |
'stringr', \
|
|
|
|
|
|
|
| 39 |
'Hmisc' \
|
| 40 |
), repos='https://cloud.r-project.org')"
|
| 41 |
|
|
|
|
| 36 |
'dplyr', \
|
| 37 |
'tidyr', \
|
| 38 |
'stringr', \
|
| 39 |
+
'shinyjs', \
|
| 40 |
+
'bsplus', \
|
| 41 |
'Hmisc' \
|
| 42 |
), repos='https://cloud.r-project.org')"
|
| 43 |
|