mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
Upgrade to r-base 3.3.2
Remove pinning for plotting fix and upgrade other R packages
This commit is contained in:
@@ -17,21 +17,20 @@ RUN apt-get update && \
|
||||
USER $NB_USER
|
||||
|
||||
# R packages
|
||||
# Pin r-base to a specific build number for https://github.com/jupyter/docker-stacks/issues/210#issuecomment-246081809
|
||||
RUN conda config --add channels r && \
|
||||
conda install --quiet --yes \
|
||||
'r-base=3.3.1 1' \
|
||||
'r-base=3.3.2' \
|
||||
'r-irkernel=0.7*' \
|
||||
'r-plyr=1.8*' \
|
||||
'r-devtools=1.11*' \
|
||||
'r-dplyr=0.4*' \
|
||||
'r-ggplot2=2.1*' \
|
||||
'r-tidyr=0.5*' \
|
||||
'r-shiny=0.13*' \
|
||||
'r-rmarkdown=0.9*' \
|
||||
'r-forecast=7.1*' \
|
||||
'r-stringr=1.0*' \
|
||||
'r-rsqlite=1.0*' \
|
||||
'r-devtools=1.12*' \
|
||||
'r-dplyr=0.5*' \
|
||||
'r-ggplot2=2.2*' \
|
||||
'r-tidyr=0.6*' \
|
||||
'r-shiny=0.14*' \
|
||||
'r-rmarkdown=1.2*' \
|
||||
'r-forecast=7.3*' \
|
||||
'r-stringr=1.1*' \
|
||||
'r-rsqlite=1.1*' \
|
||||
'r-reshape2=1.4*' \
|
||||
'r-nycflights13=0.2*' \
|
||||
'r-caret=6.0*' \
|
||||
|
Reference in New Issue
Block a user