Commit 8a57a05a authored by ttimbers's avatar ttimbers

removed rpy2 as it seems incompatible with r4.0

parent 3748d0f8
...@@ -63,11 +63,9 @@ RUN conda install --quiet --yes \ ...@@ -63,11 +63,9 @@ RUN conda install --quiet --yes \
'r-randomforest=4.6*' \ 'r-randomforest=4.6*' \
'r-rcurl=1.98*' \ 'r-rcurl=1.98*' \
'r-rmarkdown=2.2*' \ 'r-rmarkdown=2.2*' \
'r-rodbc=1.3*' \
'r-rsqlite=2.2*' \ 'r-rsqlite=2.2*' \
'r-shiny=1.4*' \ 'r-shiny=1.4*' \
'r-tidyverse=1.3*' \ 'r-tidyverse=1.3*' \
'unixodbc=2.3.*' \
'r-tidymodels=0.1*' \ 'r-tidymodels=0.1*' \
&& \ && \
conda clean --all -f -y && \ conda clean --all -f -y && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment