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

It could be useful to extend the Dockerfile so that the captured session is fully replicated directly after container start. This would save the user to call `require`/`library` on those...

Issue #33 suggests to determine system dependencies based on https://github.com/rstudio/shinyapps-package-dependencies However, as previous discussion in #33 shows, system dependencies are not explicit for all packages, for instance `rgdal`. That is...

Write a function that pulls a Dockerized linter ([projectatomic/dockerfile-lint](https://hub.docker.com/r/projectatomic/dockerfile-lint/) looks good) container and executes it on a given path and shows the output on the R console.

idea

Expands on an idea mentioned in https://github.com/o2r-project/containerit/issues/6#issuecomment-273216858 After a session (or workspace or something else) was containerized, a user may be able to test-build an image in order to verify...

idea

https://github.com/cloudyr/googleComputeEngineR

demo/documentation

Consider how the function `works_with_R` could be useful for this package: https://github.com/tdhock/dotfiles/blob/master/.Rprofile See also https://github.com/tdhock/works-poster

enhancement