install bincraftR from git repo

This commit is contained in:
Patrick Schratz 2024-11-20 20:15:14 +01:00
commit 17a8491684
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -55,6 +55,6 @@ RUN sed -i 's/,//g' /opt/R/${R_VERSION}/lib/R/library/utils/iconvlist
COPY --link . .
# remove secrets from COPY
RUN touch /.Renviron /.envrc && rm /.Renviron /.envrc
RUN R CMD INSTALL . && rm -rf r-pkg-binaries
RUN R -q -e 'pak::pak("git::https://gitlab.com/devxy/r-package-binaries/bincraftr.git")'
CMD ["/bin/bash"]