Skip to content

Commit fdf878c

Browse files
committed
added tidyverse package
1 parent 5461b2d commit fdf878c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rstudio/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.3.0
22
FROM $BASE_CONTAINER
33

44
RUN pip install jupyter-rsession-proxy
5+
RUN conda install -y -c r r-tidyverse
56

67
# install rstudio-server
78
# Note: 1.4x & 1.3x have problems with proxying and auth flow, see: https://github.com/jupyterhub/jupyter-rsession-proxy/issues/97

0 commit comments

Comments
 (0)