From 0a29b08d7ce54e7696f84058dbfe2a418359db3b Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sat, 5 Dec 2015 21:26:47 -0500 Subject: [PATCH] Add rpy2 Requires bump of devtools, tidyr, and rmarkdown too (c) Copyright IBM Corp. 2015 --- datascience-notebook/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 76e375f1..ac8b0163 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -63,15 +63,16 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \ # R packages including IRKernel which gets installed globally. RUN conda config --add channels r RUN conda install --yes \ + 'rpy2=2.7*' \ 'r-base=3.2*' \ 'r-irkernel=0.4*' \ 'r-plyr=1.8*' \ - 'r-devtools=1.8*' \ + 'r-devtools=1.9*' \ 'r-dplyr=0.4*' \ 'r-ggplot2=1.0*' \ - 'r-tidyr=0.2*' \ + 'r-tidyr=0.3*' \ 'r-shiny=0.12*' \ - 'r-rmarkdown=0.7*' \ + 'r-rmarkdown=0.8*' \ 'r-forecast=5.8*' \ 'r-stringr=0.6*' \ 'r-rsqlite=1.0*' \