Skip to content

Commit 5c30056

Browse files
committed
#772: Added check of installation of R packages
1 parent 0f1abd1 commit 5c30056

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flavors/standard-EXASOL-all/flavor_customization/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY flavor_customization/packages/python3_pip_packages /build_info/packages/fla
2323
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
2424

2525
COPY flavor_customization/packages/r_cran_packages /build_info/packages/flavor_customization
26-
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
26+
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
2727

2828
##########################################################################
2929
##########################################################################

flavors/standard-EXASOL-all/flavor_customization/packages/r_cran_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# If a line starts with # the whole line is a comment, however you can
88
# also start a comment after the package definition.
99

10-
stringr|1.4.0
10+
#mlr3|0.21.1

0 commit comments

Comments
 (0)