Skip to content

Commit

Permalink
Fix wrong refactoring in previous PR merge. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti authored Oct 11, 2023
1 parent 3975489 commit f893df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ RUN set -eux; \
# Note repos=... is necessary for Fedora and RHEL.
#
RUN set -eux; \
[ "${DISTRO_BASE_SHORT}" = "fedora" ] || [ "${DISTRO_BASE_SHORT}" = "ubi" ] || exit 0; \
. "${PREFIX}/env.sh"; \
echo 'install.packages(c("Rcpp", "arrow", "R6", "dplyr", "testthat", "xml2", "lubridate", "zoo"), repos="http://cran.us.r-project.org", quiet=TRUE)' | \
MAKEFLAGS="-j${NCPUS}" R --no-save

0 comments on commit f893df0

Please sign in to comment.