Refactor R package dependencies in Dockerfile

This commit is contained in:
Max Lübke 2024-04-09 08:09:47 +00:00
parent e27ce205fb
commit f2c5caf307

View File

@ -17,4 +17,4 @@ RUN git clone https://github.com/doctest/doctest.git /doctest \
&& cd / \
&& rm -rf /doctest
RUN /usr/bin/R -q -e "install.packages(c('foreach', 'doParallel', 'Rcpp', 'RInside'))"
RUN /usr/bin/R -q -e "install.packages(c('Rcpp', 'RInside'))"