removed rpy2 as it seems incompatible with r4.0

This commit is contained in:
ttimbers
2020-06-16 08:37:40 -07:00
parent 3748d0f8a5
commit 8a57a05ae7

View File

@@ -63,11 +63,9 @@ RUN conda install --quiet --yes \
'r-randomforest=4.6*' \
'r-rcurl=1.98*' \
'r-rmarkdown=2.2*' \
'r-rodbc=1.3*' \
'r-rsqlite=2.2*' \
'r-shiny=1.4*' \
'r-tidyverse=1.3*' \
'unixodbc=2.3.*' \
'r-tidymodels=0.1*' \
&& \
conda clean --all -f -y && \