Those look like the logs from once the R application has started to run where it's discovering that some packages aren't available. What we really need to see are the logs from when the docker container attempted to install those R packages, i.e. logs from the stage where it ran
and work backwards from there in diagnosing this issue.