Skip to content

Commit

Permalink
Added caret
Browse files Browse the repository at this point in the history
Surprised that caret, which is super useful for data science, was not installed by any of the packages that I had installed.
  • Loading branch information
vlulla committed Aug 3, 2024
1 parent 6657c22 commit 7b92cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apt-get autoclean && rm -rf /var/lib/apt/lists/*
unset DEBIAN_FRONTEND
EOT

RUN install2.r --error --skipinstalled --skipmissing -n "$(( $(nproc) - 2))" xgboost arrow e1071 simstudy collapse rbenchmark fastmatch BH ggplot2 RSQLite sf rstan rstanarm duckdb tidyverse rgl
RUN install2.r --error --skipinstalled --skipmissing -n "$(( $(nproc) - 2))" xgboost arrow e1071 simstudy collapse rbenchmark fastmatch BH ggplot2 RSQLite sf rstan rstanarm duckdb tidyverse rgl caret
RUN R --no-restore -e "install.packages(c('remotes'),dependencies=T)"
RUN R --no-restore -e "remotes::install_github('stan-dev/posteriordb-r')"
RUN R --no-restore -e "install.packages(c('devtools','mvtnorm','brms','dagitty','fpp3','bsts'),dependencies=T)"
Expand Down

0 comments on commit 7b92cc9

Please sign in to comment.