Updated to r4.0

and packages that work with it.
This commit is contained in:
Tiffany A. Timbers
2020-06-05 13:56:54 -07:00
committed by GitHub
parent 76402a27fd
commit e47f971efd

View File

@@ -24,9 +24,9 @@ RUN ln -s /bin/tar /bin/gtar
USER $NB_UID USER $NB_UID
# R packages # R packages
RUN conda install --quiet --yes \ RUN conda install --quiet --yes -c conda-forge \
'r-base=3.6.3' \ 'r-base=4.0*' \
'r-caret=6.0*' \ 'r-caret=6.*' \
'r-crayon=1.3*' \ 'r-crayon=1.3*' \
'r-devtools=2.3*' \ 'r-devtools=2.3*' \
'r-forecast=8.12*' \ 'r-forecast=8.12*' \
@@ -39,7 +39,7 @@ RUN conda install --quiet --yes \
'r-randomforest=4.6*' \ 'r-randomforest=4.6*' \
'r-rcurl=1.98*' \ 'r-rcurl=1.98*' \
'r-reshape2=1.4*' \ 'r-reshape2=1.4*' \
'r-rmarkdown=2.1*' \ 'r-rmarkdown=2.2 *' \
'r-rodbc=1.3*' \ 'r-rodbc=1.3*' \
'r-rsqlite=2.2*' \ 'r-rsqlite=2.2*' \
'r-shiny=1.4*' \ 'r-shiny=1.4*' \