R - dockr: package for containerization for R

30 May 2020

dockr easy containerization for R:

minimal toolkit to build a lightweight Docker container image for your R package, in which the package itself is available. The Docker image seeks to mirror your R session as close as possible with respect to R specific dependencies. Both dependencies on CRAN R packages as well as local non-CRAN R packages will be included in the Docker container image.

http://smaakage85.netlify.com/2019/12/21/dockr-easy-containerization-for-r/

[ R  package  docker  ]