Integrate R packages in Docker image
R, although powerful, is arguably not as suited for production environments as other programming languages.When working with Docker and R, especially in long dockerfiles, R poses the problem that it doesn’t issue an error if a package is not successfully installed when building the Docker image. That is, it fails silently, only issuing a warning, …