containerit icon indicating copy to clipboard operation
containerit copied to clipboard

Package an R workspace and all dependencies as a Docker container

Results 86 containerit issues
Sort by recently updated
recently updated
newest added

When creating a Dockerfile from `sessionInfo()`, it currently lists all packages from the session info, including the ones that are loaded via namespace and not attached. This is great as...

feature

https://github.com/christophergandrud/repmis/blob/master/R/InstallOldPackages.R

https://rstudio.github.io/packrat/ **Goal:** add a snapshot of a packrat private repository to the container

feature

See https://github.com/jimhester/lintr#testthat - [ ] lint runs within a Travis Build

enhancement

https://cran.rstudio.com/web/packages/switchr/

Simply copy over packages from lib directory / search path. Throw errors if OS of host and container are not compatible.

see also https://github.com/o2r-project/containerit/issues/10

we must add user config files etc. to the container and make sure they are actually used. https://stat.ethz.ch/R-manual/R-devel/library/base/html/Startup.html

Similar to #51, this issue addresses that simple R/docker images can hardly display any plots or external files by themselves. In addition, it is a common use-case to mount external...

idea

Extends #37 Simple R images like rocker/r-ver do not come with a GUI, therefore, the use of R is restricted to the console. With such an configuration (try for instance...