Fix the installation of the TMB package.

This commit is contained in:
Andrea Dell'Amico 2022-05-23 16:09:36 +02:00
parent c7957f09b0
commit 54978966dc
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN for l in `cat /tmp/r_non_cran_pkgs.txt` ; do \
# Install TMB from sources
RUN pkg='TMB' ; \
mirror=`https://cloud.r-project.org/` ; \
mirror='https://cloud.r-project.org' ; \
Rscript --slave --no-site-file --no-init-file --no-save --no-restore-history \
-e "install.packages(pkgs='$pkg', repos=c('$mirror/'));"