Skip to content

Commit

Permalink
add r packages duckdb, pak, arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
smburbach committed Sep 12, 2024
1 parent 479105e commit 83bb3dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion jupyterhub/datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ RUN mamba install --yes --file ${REQUIREMENTS_DIR}/r_mamba.txt \
&& mamba clean --all -f -y \
&& fix-permissions "${CONDA_DIR}" \
&& fix-permissions "/home/${NB_USER}"

RUN R -e "install.packages('duckdb', dependencies=TRUE, repos='http://cran.rstudio.com/')"
RUN R -e "install.packages('pak', dependencies=TRUE, repos='http://cran.rstudio.com/')"

#-----------------
# Rust
Expand Down
1 change: 1 addition & 0 deletions requirements/r_mamba.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
r-arrow
r-base
r-caret
r-crayon
Expand Down

0 comments on commit 83bb3dd

Please sign in to comment.