Skip to content

Commit

Permalink
Remove R
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 22, 2024
1 parent eda5300 commit c2d4c81
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .binder/Dockerfile
Expand Up @@ -56,34 +56,6 @@ RUN mkdir /etc/julia && \

USER ${NB_UID}

# R packages including IRKernel which gets installed globally.
# r-e1071: dependency of the caret R package
RUN mamba install --yes \
'r-base' \
'r-caret' \
'r-crayon' \
'r-devtools' \
'r-e1071' \
'r-forecast' \
'r-hexbin' \
'r-htmltools' \
'r-htmlwidgets' \
'r-irkernel' \
'r-nycflights13' \
'r-randomforest' \
'r-rcurl' \
'r-rmarkdown' \
'r-rodbc' \
'r-rsqlite' \
'r-shiny' \
'r-tidymodels' \
'r-tidyverse' \
'rpy2' \
'unixodbc' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# Add Julia packages.
# Install IJulia as jovyan and then move the kernelspec out
# to the system share location. Avoids problems with runtime UID change not
Expand Down

0 comments on commit c2d4c81

Please sign in to comment.