Skip to content

Commit

Permalink
#772: Added check of installation of R packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 21, 2024
1 parent 0f1abd1 commit 5c30056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY flavor_customization/packages/python3_pip_packages /build_info/packages/fla
RUN /scripts/install_scripts/install_via_pip.pl --file /build_info/packages/flavor_customization/python3_pip_packages --python-binary python3 --with-versions --allow-no-version --ignore-installed --ancestor-pip-package-root-path /build_info/packages

COPY flavor_customization/packages/r_cran_packages /build_info/packages/flavor_customization
RUN /scripts/install_scripts/install_via_r_remotes.pl --file /build_info/packages/flavor_customization/r_cran_packages --rscript-binary Rscript --with-versions --allow-no-version
RUN /scripts/install_scripts/install_via_r_remotes.pl --file /build_info/packages/flavor_customization/r_cran_packages --rscript-binary Rscript --with-versions --allow-no-version --no-version-validation

##########################################################################
##########################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# If a line starts with # the whole line is a comment, however you can
# also start a comment after the package definition.

stringr|1.4.0
#mlr3|0.21.1

0 comments on commit 5c30056

Please sign in to comment.