Skip to content

Commit

Permalink
Option to install R core package in R-Studio Build
Browse files Browse the repository at this point in the history
  • Loading branch information
dibryant committed Feb 6, 2024
1 parent 7c4ee5c commit fc73423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rstudio/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ COPY rsession.conf /etc/rstudio/rsession.conf
# package installation
RUN dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*"
RUN R -e "install.packages('Rcpp')"
RUN R -e "install.packages('tidyverse',dependencies=TRUE, repos='http://cran.rstudio.com/')"
RUN R -e "install.packages('tidymodels',dependencies=TRUE, repos='http://cran.rstudio.com/')"
RUN R -e "install.packages('plumber',dependencies=TRUE, repos='http://cran.rstudio.com/')"
RUN R -e "install.packages('vetiver',dependencies=TRUE, repos='http://cran.rstudio.com/')"
RUN R -e "install.packages('devtools',dependencies=TRUE, repos='http://cran.rstudio.com/')"

# Install NGINX to proxy RStudio and pass probes check
ENV NGINX_VERSION=1.22 \
Expand Down

0 comments on commit fc73423

Please sign in to comment.